Shades of Lucky #AAA01D
Tints of Lucky #AAA01D
RGB
CMYK
RGB Variations
Color information
#AAA01D (or 0xAAA01D) is known color: Lucky. HEX triplet: AA, A0 and 1D. RGB value is (170,160,29). Sum of RGB (Red+Green+Blue) = 170+160+29=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA01D is #555FE2. Grayscale: #949494. Windows color (decimal): -5595107 or 1941674. OLE color: 1941674.
HSL color Cylindrical-coordinate representation of color #AAA01D: hue angle of 55.74º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAA01D is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 29 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.33 |
| HSL | 55.74º | 0.71% | 0.39% | - |
| HSV(B) | 55.74º | 0.83% | 0.67% | - |
| XYZ | 29.37 | 33.78 | 6.13 | - |
| YUV | 148.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 29 | 0 | 0.06 | 0.83 | 0.33 | 55.74 | 0.71 | 0.39 |
| Hex | AA | A0 | 1D | 0 | 6 | 53 | 21 | 38 | 47 | 27 |
| Octal | 252 | 240 | 35 | 0 | 6 | 123 | 41 | 70 | 107 | 47 |
| Binary | 10101010 | 10100000 | 11101 | 0 | 110 | 1010011 | 100001 | 111000 | 1000111 | 100111 |
Color Harmonies of #AAA01D
Complementary color
Monochromatic Colors of #AAA01D
Black with #AAA01D
Text Example
Text Example
White with #AAA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA01D; }
p { color: rgb(170,160,29); }
H1.HeaderClassName
{
color: #AAA01D;
}
.AnyTagClassName
{
color: #AAA01D;
}
</style>
background-color css
<style>
a { background-color: #AAA01D; }
a { background-color: rgb(170,160,29); }
div.DivClassName
{
background-color: #AAA01D;
}
.BgClassName
{
background-color: #AAA01D;
}
</style>
border-color css
<style>
span { border-color: #AAA01D; }
span { border-color: rgb(170,160,29); }
td.TdClassName
{
border-color: #AAA01D;
}
.TagClassName
{
border-color: #AAA01D;
}
</style>