Shades of Lucky #AAA01A
Tints of Lucky #AAA01A
RGB
CMYK
RGB Variations
Color information
#AAA01A (or 0xAAA01A) is known color: Lucky. HEX triplet: AA, A0 and 1A. RGB value is (170,160,26). Sum of RGB (Red+Green+Blue) = 170+160+26=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA01A is #555FE5. Grayscale: #949494. Windows color (decimal): -5595110 or 1745066. OLE color: 1745066.
HSL color Cylindrical-coordinate representation of color #AAA01A: hue angle of 55.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA01A is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 26 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.33 |
| HSL | 55.83º | 0.73% | 0.38% | - |
| HSV(B) | 55.83º | 0.85% | 0.67% | - |
| XYZ | 29.33 | 33.76 | 5.95 | - |
| YUV | 147.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 26 | 0 | 0.06 | 0.85 | 0.33 | 55.83 | 0.73 | 0.38 |
| Hex | AA | A0 | 1A | 0 | 6 | 55 | 21 | 38 | 49 | 26 |
| Octal | 252 | 240 | 32 | 0 | 6 | 125 | 41 | 70 | 111 | 46 |
| Binary | 10101010 | 10100000 | 11010 | 0 | 110 | 1010101 | 100001 | 111000 | 1001001 | 100110 |
Color Harmonies of #AAA01A
Complementary color
Monochromatic Colors of #AAA01A
Black with #AAA01A
Text Example
Text Example
White with #AAA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA01A; }
p { color: rgb(170,160,26); }
H1.HeaderClassName
{
color: #AAA01A;
}
.AnyTagClassName
{
color: #AAA01A;
}
</style>
background-color css
<style>
a { background-color: #AAA01A; }
a { background-color: rgb(170,160,26); }
div.DivClassName
{
background-color: #AAA01A;
}
.BgClassName
{
background-color: #AAA01A;
}
</style>
border-color css
<style>
span { border-color: #AAA01A; }
span { border-color: rgb(170,160,26); }
td.TdClassName
{
border-color: #AAA01A;
}
.TagClassName
{
border-color: #AAA01A;
}
</style>