Shades of Lucky #AA9C0A
Tints of Lucky #AA9C0A
RGB
CMYK
RGB Variations
Color information
#AA9C0A (or 0xAA9C0A) is known color: Lucky. HEX triplet: AA, 9C and 0A. RGB value is (170,156,10). Sum of RGB (Red+Green+Blue) = 170+156+10=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C0A is #5563F5. Grayscale: #909090. Windows color (decimal): -5596150 or 695466. OLE color: 695466.
HSL color Cylindrical-coordinate representation of color #AA9C0A: hue angle of 54.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA9C0A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 10 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.33 |
| HSL | 54.75º | 0.89% | 0.35% | - |
| HSV(B) | 54.75º | 0.94% | 0.67% | - |
| XYZ | 28.52 | 32.34 | 5.03 | - |
| YUV | 143.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 10 | 0 | 0.08 | 0.94 | 0.33 | 54.75 | 0.89 | 0.35 |
| Hex | AA | 9C | A | 0 | 8 | 5E | 21 | 37 | 59 | 23 |
| Octal | 252 | 234 | 12 | 0 | 10 | 136 | 41 | 67 | 131 | 43 |
| Binary | 10101010 | 10011100 | 1010 | 0 | 1000 | 1011110 | 100001 | 110111 | 1011001 | 100011 |
Color Harmonies of #AA9C0A
Complementary color
Monochromatic Colors of #AA9C0A
Black with #AA9C0A
Text Example
Text Example
White with #AA9C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C0A; }
p { color: rgb(170,156,10); }
H1.HeaderClassName
{
color: #AA9C0A;
}
.AnyTagClassName
{
color: #AA9C0A;
}
</style>
background-color css
<style>
a { background-color: #AA9C0A; }
a { background-color: rgb(170,156,10); }
div.DivClassName
{
background-color: #AA9C0A;
}
.BgClassName
{
background-color: #AA9C0A;
}
</style>
border-color css
<style>
span { border-color: #AA9C0A; }
span { border-color: rgb(170,156,10); }
td.TdClassName
{
border-color: #AA9C0A;
}
.TagClassName
{
border-color: #AA9C0A;
}
</style>