Color spaces of #afa485
RGB | 175 | 164 | 133 |
---|---|---|---|
HSL | 0.12 | 0.21 | 0.60 |
HSV | 44° | 24° | 69° |
CMYK | 0.00 | 0.06 | 0.24 0.31 |
XYZ | 35.1883 | 37.3583 | 27.5466 |
Yxy | 37.3583 | 0.3516 | 0.3732 |
Hunter Lab | 61.1214 | -4.1981 | 16.0638 |
CIE-Lab | 67.5450 | -1.0838 | 17.5502 |
#afa485 color RGB value is (175,164,133).
#afa485 hex color red value is 175, green value is 164 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #afa485 hue: 0.12 , saturation: 0.21 and the lightness value of afa485 is 0.60.
The process color (four color CMYK) of #afa485 color hex is 0.00, 0.06, 0.24, 0.31. Web safe color of #afa485 is #999999. Color #afa485 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100100 | 10000101 |
Octal | 257 | 244 | 205 |
Decimal | 175 | 164 | 133 |
Hex | AF | A4 | 85 |
Shades of #afa485
Tints of #afa485
RGB Percentages of Color #afa485
CMYK Percentages of Color #afa485
Complementary Color
#afa485 | #8590af |
#afa485 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa485 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa485 Color CSS Codes
.mybgcolor {background-color:#afa485; } .myforecolor {color:#afa485; } .mybordercolor {border:3px solid #afa485; }
#afa485 Text Font Color
<p style="color:#afa485">Text here</p>
This sample text font color is #afa485
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.
#afa485 Background Color
<div style="background-color:#afa485">
Div content here</div>
This div background color is #afa485
#afa485 Border Color
<div style="border:3px solid #afa485">
Div here</div>
This div border color is #afa485
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,164,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa485; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa485; -webkit-box-shadow: 1px 1px 3px 2px #afa485; box-shadow: 1px 1px 3px 2px #afa485; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,164,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa485">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa485; -webkit-box-shadow: 1px 1px 3px 2px #afa485; box-shadow: 1px 1px 3px 2px #afa485;">
Div content here</div>
This div box has shadow with color #afa485
Comments
No comments written yet.
Please login to write comment.