Color spaces of #afa893
RGB | 175 | 168 | 147 |
---|---|---|---|
HSL | 0.13 | 0.15 | 0.63 |
HSV | 45° | 16° | 69° |
CMYK | 0.00 | 0.04 | 0.16 0.31 |
XYZ | 36.9483 | 39.2258 | 33.2277 |
Yxy | 39.2258 | 0.3377 | 0.3585 |
Hunter Lab | 62.6305 | -4.2989 | 12.3859 |
CIE-Lab | 68.9145 | -1.0984 | 11.7532 |
#afa893 color RGB value is (175,168,147).
#afa893 hex color red value is 175, green value is 168 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afa893 hue: 0.13 , saturation: 0.15 and the lightness value of afa893 is 0.63.
The process color (four color CMYK) of #afa893 color hex is 0.00, 0.04, 0.16, 0.31. Web safe color of #afa893 is #999999. Color #afa893 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101000 | 10010011 |
Octal | 257 | 250 | 223 |
Decimal | 175 | 168 | 147 |
Hex | AF | A8 | 93 |
Shades of #afa893
Tints of #afa893
RGB Percentages of Color #afa893
CMYK Percentages of Color #afa893
Complementary Color
#afa893 | #939aaf |
#afa893 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa893 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa893 Color CSS Codes
.mybgcolor {background-color:#afa893; } .myforecolor {color:#afa893; } .mybordercolor {border:3px solid #afa893; }
#afa893 Text Font Color
<p style="color:#afa893">Text here</p>
This sample text font color is #afa893
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.
#afa893 Background Color
<div style="background-color:#afa893">
Div content here</div>
This div background color is #afa893
#afa893 Border Color
<div style="border:3px solid #afa893">
Div here</div>
This div border color is #afa893
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,168,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa893; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa893; -webkit-box-shadow: 1px 1px 3px 2px #afa893; box-shadow: 1px 1px 3px 2px #afa893; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,168,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa893">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa893; -webkit-box-shadow: 1px 1px 3px 2px #afa893; box-shadow: 1px 1px 3px 2px #afa893;">
Div content here</div>
This div box has shadow with color #afa893
Comments
No comments written yet.
Please login to write comment.