Shades of Lucky #AA9A0C
Tints of Lucky #AA9A0C
RGB
CMYK
RGB Variations
Color information
#AA9A0C (or 0xAA9A0C) is known color: Lucky. HEX triplet: AA, 9A and 0C. RGB value is (170,154,12). Sum of RGB (Red+Green+Blue) = 170+154+12=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A0C is #5565F3. Grayscale: #8F8F8F. Windows color (decimal): -5596660 or 826026. OLE color: 826026.
HSL color Cylindrical-coordinate representation of color #AA9A0C: hue angle of 53.92º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA9A0C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 12 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.33 |
| HSL | 53.92º | 0.87% | 0.36% | - |
| HSV(B) | 53.92º | 0.93% | 0.67% | - |
| XYZ | 28.2 | 31.68 | 4.98 | - |
| YUV | 142.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 12 | 0 | 0.09 | 0.93 | 0.33 | 53.92 | 0.87 | 0.36 |
| Hex | AA | 9A | C | 0 | 9 | 5D | 21 | 36 | 57 | 24 |
| Octal | 252 | 232 | 14 | 0 | 11 | 135 | 41 | 66 | 127 | 44 |
| Binary | 10101010 | 10011010 | 1100 | 0 | 1001 | 1011101 | 100001 | 110110 | 1010111 | 100100 |
Color Harmonies of #AA9A0C
Complementary color
Monochromatic Colors of #AA9A0C
Black with #AA9A0C
Text Example
Text Example
White with #AA9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A0C; }
p { color: rgb(170,154,12); }
H1.HeaderClassName
{
color: #AA9A0C;
}
.AnyTagClassName
{
color: #AA9A0C;
}
</style>
background-color css
<style>
a { background-color: #AA9A0C; }
a { background-color: rgb(170,154,12); }
div.DivClassName
{
background-color: #AA9A0C;
}
.BgClassName
{
background-color: #AA9A0C;
}
</style>
border-color css
<style>
span { border-color: #AA9A0C; }
span { border-color: rgb(170,154,12); }
td.TdClassName
{
border-color: #AA9A0C;
}
.TagClassName
{
border-color: #AA9A0C;
}
</style>