Shades of Lucky #AAA208
Tints of Lucky #AAA208
RGB
CMYK
RGB Variations
Color information
#AAA208 (or 0xAAA208) is known color: Lucky. HEX triplet: AA, A2 and 08. RGB value is (170,162,8). Sum of RGB (Red+Green+Blue) = 170+162+8=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA208 is #555DF7. Grayscale: #939393. Windows color (decimal): -5594616 or 565930. OLE color: 565930.
HSL color Cylindrical-coordinate representation of color #AAA208: hue angle of 57.04º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAA208 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 8 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.33 |
| HSL | 57.04º | 0.91% | 0.35% | - |
| HSV(B) | 57.04º | 0.95% | 0.67% | - |
| XYZ | 29.54 | 34.4 | 5.31 | - |
| YUV | 146.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 8 | 0 | 0.05 | 0.95 | 0.33 | 57.04 | 0.91 | 0.35 |
| Hex | AA | A2 | 8 | 0 | 5 | 5F | 21 | 39 | 5B | 23 |
| Octal | 252 | 242 | 10 | 0 | 5 | 137 | 41 | 71 | 133 | 43 |
| Binary | 10101010 | 10100010 | 1000 | 0 | 101 | 1011111 | 100001 | 111001 | 1011011 | 100011 |
Color Harmonies of #AAA208
Complementary color
Monochromatic Colors of #AAA208
Black with #AAA208
Text Example
Text Example
White with #AAA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA208; }
p { color: rgb(170,162,8); }
H1.HeaderClassName
{
color: #AAA208;
}
.AnyTagClassName
{
color: #AAA208;
}
</style>
background-color css
<style>
a { background-color: #AAA208; }
a { background-color: rgb(170,162,8); }
div.DivClassName
{
background-color: #AAA208;
}
.BgClassName
{
background-color: #AAA208;
}
</style>
border-color css
<style>
span { border-color: #AAA208; }
span { border-color: rgb(170,162,8); }
td.TdClassName
{
border-color: #AAA208;
}
.TagClassName
{
border-color: #AAA208;
}
</style>