Color spaces of #ab966a
RGB | 171 | 150 | 106 |
---|---|---|---|
HSL | 0.11 | 0.28 | 0.54 |
HSV | 41° | 38° | 67° |
CMYK | 0.00 | 0.12 | 0.38 0.33 |
XYZ | 30.3025 | 31.5112 | 18.1208 |
Yxy | 31.5112 | 0.3791 | 0.3942 |
Hunter Lab | 56.1348 | -1.8788 | 20.1551 |
CIE-Lab | 62.9368 | 1.3279 | 26.0871 |
#ab966a color RGB value is (171,150,106).
#ab966a hex color red value is 171, green value is 150 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ab966a hue: 0.11 , saturation: 0.28 and the lightness value of ab966a is 0.54.
The process color (four color CMYK) of #ab966a color hex is 0.00, 0.12, 0.38, 0.33. Web safe color of #ab966a is #999966. Color #ab966a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010110 | 01101010 |
Octal | 253 | 226 | 152 |
Decimal | 171 | 150 | 106 |
Hex | AB | 96 | 6A |
Shades of #ab966a
Tints of #ab966a
RGB Percentages of Color #ab966a
CMYK Percentages of Color #ab966a
Complementary Color
#ab966a | #6a7fab |
#ab966a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab966a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab966a Color CSS Codes
.mybgcolor {background-color:#ab966a; } .myforecolor {color:#ab966a; } .mybordercolor {border:3px solid #ab966a; }
#ab966a Text Font Color
<p style="color:#ab966a">Text here</p>
This sample text font color is #ab966a
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.
#ab966a Background Color
<div style="background-color:#ab966a">
Div content here</div>
This div background color is #ab966a
#ab966a Border Color
<div style="border:3px solid #ab966a">
Div here</div>
This div border color is #ab966a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,150,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab966a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab966a; -webkit-box-shadow: 1px 1px 3px 2px #ab966a; box-shadow: 1px 1px 3px 2px #ab966a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,150,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab966a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab966a; -webkit-box-shadow: 1px 1px 3px 2px #ab966a; box-shadow: 1px 1px 3px 2px #ab966a;">
Div content here</div>
This div box has shadow with color #ab966a
Comments
No comments written yet.
Please login to write comment.