Color spaces of #aaaa1a
RGB | 170 | 170 | 26 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.38 |
HSV | 60° | 85° | 67° |
CMYK | 0.00 | 0.00 | 0.85 0.33 |
XYZ | 31.1387 | 37.3701 | 6.5492 |
Yxy | 37.3701 | 0.4149 | 0.4979 |
Hunter Lab | 61.1311 | -16.0558 | 36.4398 |
CIE-Lab | 67.5538 | -15.4593 | 65.6961 |
#aaaa1a color RGB value is (170,170,26).
#aaaa1a hex color red value is 170, green value is 170 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aaaa1a hue: 0.17 , saturation: 0.73 and the lightness value of aaaa1a is 0.38.
The process color (four color CMYK) of #aaaa1a color hex is 0.00, 0.00, 0.85, 0.33. Web safe color of #aaaa1a is #999933. Color #aaaa1a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101010 | 00011010 |
Octal | 252 | 252 | 32 |
Decimal | 170 | 170 | 26 |
Hex | AA | AA | 1A |
Shades of #aaaa1a
Tints of #aaaa1a
RGB Percentages of Color #aaaa1a
CMYK Percentages of Color #aaaa1a
Complementary Color
#aaaa1a | #1a1aaa |
#aaaa1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaaa1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaaa1a Color CSS Codes
.mybgcolor {background-color:#aaaa1a; } .myforecolor {color:#aaaa1a; } .mybordercolor {border:3px solid #aaaa1a; }
#aaaa1a Text Font Color
<p style="color:#aaaa1a">Text here</p>
This sample text font color is #aaaa1a
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.
#aaaa1a Background Color
<div style="background-color:#aaaa1a">
Div content here</div>
This div background color is #aaaa1a
#aaaa1a Border Color
<div style="border:3px solid #aaaa1a">
Div here</div>
This div border color is #aaaa1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,170,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaaa1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaaa1a; -webkit-box-shadow: 1px 1px 3px 2px #aaaa1a; box-shadow: 1px 1px 3px 2px #aaaa1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,170,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaaa1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaaa1a; -webkit-box-shadow: 1px 1px 3px 2px #aaaa1a; box-shadow: 1px 1px 3px 2px #aaaa1a;">
Div content here</div>
This div box has shadow with color #aaaa1a
Comments
No comments written yet.
Please login to write comment.