Color spaces of #afa775
RGB | 175 | 167 | 117 |
---|---|---|---|
HSL | 0.14 | 0.27 | 0.57 |
HSV | 52° | 33° | 69° |
CMYK | 0.00 | 0.05 | 0.33 0.31 |
XYZ | 34.7088 | 38.0357 | 22.3419 |
Yxy | 38.0357 | 0.3650 | 0.4000 |
Hunter Lab | 61.6731 | -7.4705 | 21.6926 |
CIE-Lab | 68.0469 | -4.8856 | 26.9443 |
#afa775 color RGB value is (175,167,117).
#afa775 hex color red value is 175, green value is 167 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afa775 hue: 0.14 , saturation: 0.27 and the lightness value of afa775 is 0.57.
The process color (four color CMYK) of #afa775 color hex is 0.00, 0.05, 0.33, 0.31. Web safe color of #afa775 is #999966. Color #afa775 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100111 | 01110101 |
Octal | 257 | 247 | 165 |
Decimal | 175 | 167 | 117 |
Hex | AF | A7 | 75 |
Shades of #afa775
Tints of #afa775
RGB Percentages of Color #afa775
CMYK Percentages of Color #afa775
Complementary Color
#afa775 | #757daf |
#afa775 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa775 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa775 Color CSS Codes
.mybgcolor {background-color:#afa775; } .myforecolor {color:#afa775; } .mybordercolor {border:3px solid #afa775; }
#afa775 Text Font Color
<p style="color:#afa775">Text here</p>
This sample text font color is #afa775
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#afa775 Background Color
<div style="background-color:#afa775">
Div content here</div>
This div background color is #afa775
#afa775 Border Color
<div style="border:3px solid #afa775">
Div here</div>
This div border color is #afa775
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,167,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa775; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa775; -webkit-box-shadow: 1px 1px 3px 2px #afa775; box-shadow: 1px 1px 3px 2px #afa775; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,167,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa775">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa775; -webkit-box-shadow: 1px 1px 3px 2px #afa775; box-shadow: 1px 1px 3px 2px #afa775;">
Div content here</div>
This div box has shadow with color #afa775
Comments
No comments written yet.
Please login to write comment.