Shades of Lucky #AAA02A
Tints of Lucky #AAA02A
RGB
CMYK
RGB Variations
Color information
#AAA02A (or 0xAAA02A) is known color: Lucky. HEX triplet: AA, A0 and 2A. RGB value is (170,160,42). Sum of RGB (Red+Green+Blue) = 170+160+42=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA02A is #555FD5. Grayscale: #969696. Windows color (decimal): -5595094 or 2793642. OLE color: 2793642.
HSL color Cylindrical-coordinate representation of color #AAA02A: hue angle of 55.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA02A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 42 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.33 |
| HSL | 55.31º | 0.6% | 0.42% | - |
| HSV(B) | 55.31º | 0.75% | 0.67% | - |
| XYZ | 29.57 | 33.85 | 7.17 | - |
| YUV | 149.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 42 | 0 | 0.06 | 0.75 | 0.33 | 55.31 | 0.6 | 0.42 |
| Hex | AA | A0 | 2A | 0 | 6 | 4B | 21 | 37 | 3C | 2A |
| Octal | 252 | 240 | 52 | 0 | 6 | 113 | 41 | 67 | 74 | 52 |
| Binary | 10101010 | 10100000 | 101010 | 0 | 110 | 1001011 | 100001 | 110111 | 111100 | 101010 |
Color Harmonies of #AAA02A
Complementary color
Monochromatic Colors of #AAA02A
Black with #AAA02A
Text Example
Text Example
White with #AAA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA02A; }
p { color: rgb(170,160,42); }
H1.HeaderClassName
{
color: #AAA02A;
}
.AnyTagClassName
{
color: #AAA02A;
}
</style>
background-color css
<style>
a { background-color: #AAA02A; }
a { background-color: rgb(170,160,42); }
div.DivClassName
{
background-color: #AAA02A;
}
.BgClassName
{
background-color: #AAA02A;
}
</style>
border-color css
<style>
span { border-color: #AAA02A; }
span { border-color: rgb(170,160,42); }
td.TdClassName
{
border-color: #AAA02A;
}
.TagClassName
{
border-color: #AAA02A;
}
</style>