Color spaces of #ab9710
RGB | 171 | 151 | 16 |
---|---|---|---|
HSL | 0.15 | 0.83 | 0.37 |
HSV | 52° | 91° | 67° |
CMYK | 0.00 | 0.12 | 0.91 0.33 |
XYZ | 27.9547 | 30.8286 | 4.9673 |
Yxy | 30.8286 | 0.4385 | 0.4836 |
Hunter Lab | 55.5235 | -7.2958 | 33.5622 |
CIE-Lab | 62.3627 | -5.2570 | 63.6447 |
#ab9710 color RGB value is (171,151,16).
#ab9710 hex color red value is 171, green value is 151 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ab9710 hue: 0.15 , saturation: 0.83 and the lightness value of ab9710 is 0.37.
The process color (four color CMYK) of #ab9710 color hex is 0.00, 0.12, 0.91, 0.33. Web safe color of #ab9710 is #999900. Color #ab9710 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010111 | 00010000 |
Octal | 253 | 227 | 20 |
Decimal | 171 | 151 | 16 |
Hex | AB | 97 | 10 |
Shades of #ab9710
Tints of #ab9710
RGB Percentages of Color #ab9710
CMYK Percentages of Color #ab9710
Complementary Color
#ab9710 | #1024ab |
#ab9710 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab9710 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab9710 Color CSS Codes
.mybgcolor {background-color:#ab9710; } .myforecolor {color:#ab9710; } .mybordercolor {border:3px solid #ab9710; }
#ab9710 Text Font Color
<p style="color:#ab9710">Text here</p>
This sample text font color is #ab9710
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.
#ab9710 Background Color
<div style="background-color:#ab9710">
Div content here</div>
This div background color is #ab9710
#ab9710 Border Color
<div style="border:3px solid #ab9710">
Div here</div>
This div border color is #ab9710
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,151,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab9710; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab9710; -webkit-box-shadow: 1px 1px 3px 2px #ab9710; box-shadow: 1px 1px 3px 2px #ab9710; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,151,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab9710">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab9710; -webkit-box-shadow: 1px 1px 3px 2px #ab9710; box-shadow: 1px 1px 3px 2px #ab9710;">
Div content here</div>
This div box has shadow with color #ab9710
Comments
No comments written yet.
Please login to write comment.