Color spaces of #af896b
RGB | 175 | 137 | 107 |
---|---|---|---|
HSL | 0.07 | 0.30 | 0.55 |
HSV | 26° | 39° | 69° |
CMYK | 0.00 | 0.22 | 0.39 0.31 |
XYZ | 29.2787 | 28.0668 | 17.7842 |
Yxy | 28.0668 | 0.3897 | 0.3736 |
Hunter Lab | 52.9781 | 5.9375 | 17.1816 |
CIE-Lab | 59.9490 | 10.3154 | 21.6211 |
#af896b color RGB value is (175,137,107).
#af896b hex color red value is 175, green value is 137 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #af896b hue: 0.07 , saturation: 0.30 and the lightness value of af896b is 0.55.
The process color (four color CMYK) of #af896b color hex is 0.00, 0.22, 0.39, 0.31. Web safe color of #af896b is #999966. Color #af896b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10001001 | 01101011 |
Octal | 257 | 211 | 153 |
Decimal | 175 | 137 | 107 |
Hex | AF | 89 | 6B |
Shades of #af896b
Tints of #af896b
RGB Percentages of Color #af896b
CMYK Percentages of Color #af896b
Complementary Color
#af896b | #6b91af |
#af896b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af896b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af896b Color CSS Codes
.mybgcolor {background-color:#af896b; } .myforecolor {color:#af896b; } .mybordercolor {border:3px solid #af896b; }
#af896b Text Font Color
<p style="color:#af896b">Text here</p>
This sample text font color is #af896b
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.
#af896b Background Color
<div style="background-color:#af896b">
Div content here</div>
This div background color is #af896b
#af896b Border Color
<div style="border:3px solid #af896b">
Div here</div>
This div border color is #af896b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,137,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af896b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af896b; -webkit-box-shadow: 1px 1px 3px 2px #af896b; box-shadow: 1px 1px 3px 2px #af896b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,137,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af896b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af896b; -webkit-box-shadow: 1px 1px 3px 2px #af896b; box-shadow: 1px 1px 3px 2px #af896b;">
Div content here</div>
This div box has shadow with color #af896b
Comments
No comments written yet.
Please login to write comment.