Color spaces of #afa677
RGB | 175 | 166 | 119 |
---|---|---|---|
HSL | 0.14 | 0.26 | 0.58 |
HSV | 50° | 32° | 69° |
CMYK | 0.00 | 0.05 | 0.32 0.31 |
XYZ | 34.6452 | 37.7183 | 22.9071 |
Yxy | 37.7183 | 0.3637 | 0.3959 |
Hunter Lab | 61.4152 | -6.7823 | 20.8762 |
CIE-Lab | 67.8125 | -4.0935 | 25.5537 |
#afa677 color RGB value is (175,166,119).
#afa677 hex color red value is 175, green value is 166 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #afa677 hue: 0.14 , saturation: 0.26 and the lightness value of afa677 is 0.58.
The process color (four color CMYK) of #afa677 color hex is 0.00, 0.05, 0.32, 0.31. Web safe color of #afa677 is #999966. Color #afa677 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100110 | 01110111 |
Octal | 257 | 246 | 167 |
Decimal | 175 | 166 | 119 |
Hex | AF | A6 | 77 |
Shades of #afa677
Tints of #afa677
RGB Percentages of Color #afa677
CMYK Percentages of Color #afa677
Complementary Color
#afa677 | #7780af |
#afa677 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa677 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa677 Color CSS Codes
.mybgcolor {background-color:#afa677; } .myforecolor {color:#afa677; } .mybordercolor {border:3px solid #afa677; }
#afa677 Text Font Color
<p style="color:#afa677">Text here</p>
This sample text font color is #afa677
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.
#afa677 Background Color
<div style="background-color:#afa677">
Div content here</div>
This div background color is #afa677
#afa677 Border Color
<div style="border:3px solid #afa677">
Div here</div>
This div border color is #afa677
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,166,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa677; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa677; -webkit-box-shadow: 1px 1px 3px 2px #afa677; box-shadow: 1px 1px 3px 2px #afa677; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,166,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa677">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa677; -webkit-box-shadow: 1px 1px 3px 2px #afa677; box-shadow: 1px 1px 3px 2px #afa677;">
Div content here</div>
This div box has shadow with color #afa677
Comments
No comments written yet.
Please login to write comment.