Color spaces of #ab665f
RGB | 171 | 102 | 95 |
---|---|---|---|
HSL | 0.02 | 0.31 | 0.52 |
HSV | 6° | 44° | 67° |
CMYK | 0.00 | 0.40 | 0.44 0.33 |
XYZ | 23.6115 | 18.9869 | 13.2468 |
Yxy | 18.9869 | 0.4228 | 0.3400 |
Hunter Lab | 43.5740 | 20.4697 | 12.4772 |
CIE-Lab | 50.6719 | 26.9362 | 15.8500 |
#ab665f color RGB value is (171,102,95).
#ab665f hex color red value is 171, green value is 102 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ab665f hue: 0.02 , saturation: 0.31 and the lightness value of ab665f is 0.52.
The process color (four color CMYK) of #ab665f color hex is 0.00, 0.40, 0.44, 0.33. Web safe color of #ab665f is #996666. Color #ab665f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01100110 | 01011111 |
Octal | 253 | 146 | 137 |
Decimal | 171 | 102 | 95 |
Hex | AB | 66 | 5F |
Shades of #ab665f
Tints of #ab665f
RGB Percentages of Color #ab665f
CMYK Percentages of Color #ab665f
Complementary Color
#ab665f | #5fa4ab |
#ab665f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab665f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab665f Color CSS Codes
.mybgcolor {background-color:#ab665f; } .myforecolor {color:#ab665f; } .mybordercolor {border:3px solid #ab665f; }
#ab665f Text Font Color
<p style="color:#ab665f">Text here</p>
This sample text font color is #ab665f
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.
#ab665f Background Color
<div style="background-color:#ab665f">
Div content here</div>
This div background color is #ab665f
#ab665f Border Color
<div style="border:3px solid #ab665f">
Div here</div>
This div border color is #ab665f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,102,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab665f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab665f; -webkit-box-shadow: 1px 1px 3px 2px #ab665f; box-shadow: 1px 1px 3px 2px #ab665f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,102,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab665f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab665f; -webkit-box-shadow: 1px 1px 3px 2px #ab665f; box-shadow: 1px 1px 3px 2px #ab665f;">
Div content here</div>
This div box has shadow with color #ab665f
Comments
No comments written yet.
Please login to write comment.