Shades of Lucky #AA9A06
Tints of Lucky #AA9A06
RGB
CMYK
RGB Variations
Color information
#AA9A06 (or 0xAA9A06) is known color: Lucky. HEX triplet: AA, 9A and 06. RGB value is (170,154,6). Sum of RGB (Red+Green+Blue) = 170+154+6=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A06 is #5565F9. Grayscale: #8E8E8E. Windows color (decimal): -5596666 or 432810. OLE color: 432810.
HSL color Cylindrical-coordinate representation of color #AA9A06: hue angle of 54.15º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA9A06 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 6 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.33 |
| HSL | 54.15º | 0.93% | 0.35% | - |
| HSV(B) | 54.15º | 0.96% | 0.67% | - |
| XYZ | 28.17 | 31.67 | 4.8 | - |
| YUV | 141.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 6 | 0 | 0.09 | 0.96 | 0.33 | 54.15 | 0.93 | 0.35 |
| Hex | AA | 9A | 6 | 0 | 9 | 60 | 21 | 36 | 5D | 23 |
| Octal | 252 | 232 | 6 | 0 | 11 | 140 | 41 | 66 | 135 | 43 |
| Binary | 10101010 | 10011010 | 110 | 0 | 1001 | 1100000 | 100001 | 110110 | 1011101 | 100011 |
Color Harmonies of #AA9A06
Complementary color
Monochromatic Colors of #AA9A06
Black with #AA9A06
Text Example
Text Example
White with #AA9A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A06; }
p { color: rgb(170,154,6); }
H1.HeaderClassName
{
color: #AA9A06;
}
.AnyTagClassName
{
color: #AA9A06;
}
</style>
background-color css
<style>
a { background-color: #AA9A06; }
a { background-color: rgb(170,154,6); }
div.DivClassName
{
background-color: #AA9A06;
}
.BgClassName
{
background-color: #AA9A06;
}
</style>
border-color css
<style>
span { border-color: #AA9A06; }
span { border-color: rgb(170,154,6); }
td.TdClassName
{
border-color: #AA9A06;
}
.TagClassName
{
border-color: #AA9A06;
}
</style>