Color spaces of #aa910b
RGB | 170 | 145 | 11 |
---|---|---|---|
HSL | 0.14 | 0.88 | 0.35 |
HSV | 51° | 94° | 67° |
CMYK | 0.00 | 0.15 | 0.94 0.33 |
XYZ | 26.7634 | 28.8210 | 4.4690 |
Yxy | 28.8210 | 0.4457 | 0.4799 |
Hunter Lab | 53.6852 | -4.9624 | 32.6441 |
CIE-Lab | 60.6233 | -2.5519 | 63.1201 |
#aa910b color RGB value is (170,145,11).
#aa910b hex color red value is 170, green value is 145 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aa910b hue: 0.14 , saturation: 0.88 and the lightness value of aa910b is 0.35.
The process color (four color CMYK) of #aa910b color hex is 0.00, 0.15, 0.94, 0.33. Web safe color of #aa910b is #999900. Color #aa910b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010001 | 00001011 |
Octal | 252 | 221 | 13 |
Decimal | 170 | 145 | 11 |
Hex | AA | 91 | B |
Shades of #aa910b
Tints of #aa910b
RGB Percentages of Color #aa910b
CMYK Percentages of Color #aa910b
Complementary Color
#aa910b | #0b24aa |
#aa910b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa910b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa910b Color CSS Codes
.mybgcolor {background-color:#aa910b; } .myforecolor {color:#aa910b; } .mybordercolor {border:3px solid #aa910b; }
#aa910b Text Font Color
<p style="color:#aa910b">Text here</p>
This sample text font color is #aa910b
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.
#aa910b Background Color
<div style="background-color:#aa910b">
Div content here</div>
This div background color is #aa910b
#aa910b Border Color
<div style="border:3px solid #aa910b">
Div here</div>
This div border color is #aa910b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,145,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa910b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa910b; -webkit-box-shadow: 1px 1px 3px 2px #aa910b; box-shadow: 1px 1px 3px 2px #aa910b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,145,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa910b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa910b; -webkit-box-shadow: 1px 1px 3px 2px #aa910b; box-shadow: 1px 1px 3px 2px #aa910b;">
Div content here</div>
This div box has shadow with color #aa910b
Comments
No comments written yet.
Please login to write comment.