Shades of Lucky #AA9C0C
Tints of Lucky #AA9C0C
RGB
CMYK
RGB Variations
Color information
#AA9C0C (or 0xAA9C0C) is known color: Lucky. HEX triplet: AA, 9C and 0C. RGB value is (170,156,12). Sum of RGB (Red+Green+Blue) = 170+156+12=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C0C is #5563F3. Grayscale: #909090. Windows color (decimal): -5596148 or 826538. OLE color: 826538.
HSL color Cylindrical-coordinate representation of color #AA9C0C: hue angle of 54.68º 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 #AA9C0C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 12 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.33 |
| HSL | 54.68º | 0.87% | 0.36% | - |
| HSV(B) | 54.68º | 0.93% | 0.67% | - |
| XYZ | 28.53 | 32.35 | 5.09 | - |
| YUV | 143.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 12 | 0 | 0.08 | 0.93 | 0.33 | 54.68 | 0.87 | 0.36 |
| Hex | AA | 9C | C | 0 | 8 | 5D | 21 | 37 | 57 | 24 |
| Octal | 252 | 234 | 14 | 0 | 10 | 135 | 41 | 67 | 127 | 44 |
| Binary | 10101010 | 10011100 | 1100 | 0 | 1000 | 1011101 | 100001 | 110111 | 1010111 | 100100 |
Color Harmonies of #AA9C0C
Complementary color
Monochromatic Colors of #AA9C0C
Black with #AA9C0C
Text Example
Text Example
White with #AA9C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C0C; }
p { color: rgb(170,156,12); }
H1.HeaderClassName
{
color: #AA9C0C;
}
.AnyTagClassName
{
color: #AA9C0C;
}
</style>
background-color css
<style>
a { background-color: #AA9C0C; }
a { background-color: rgb(170,156,12); }
div.DivClassName
{
background-color: #AA9C0C;
}
.BgClassName
{
background-color: #AA9C0C;
}
</style>
border-color css
<style>
span { border-color: #AA9C0C; }
span { border-color: rgb(170,156,12); }
td.TdClassName
{
border-color: #AA9C0C;
}
.TagClassName
{
border-color: #AA9C0C;
}
</style>