Shades of Lucky #AA9F0C
Tints of Lucky #AA9F0C
RGB
CMYK
RGB Variations
Color information
#AA9F0C (or 0xAA9F0C) is known color: Lucky. HEX triplet: AA, 9F and 0C. RGB value is (170,159,12). Sum of RGB (Red+Green+Blue) = 170+159+12=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F0C is #5560F3. Grayscale: #929292. Windows color (decimal): -5595380 or 827306. OLE color: 827306.
HSL color Cylindrical-coordinate representation of color #AA9F0C: hue angle of 55.82º 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 #AA9F0C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 12 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.33 |
| HSL | 55.82º | 0.87% | 0.36% | - |
| HSV(B) | 55.82º | 0.93% | 0.67% | - |
| XYZ | 29.04 | 33.37 | 5.26 | - |
| YUV | 145.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 12 | 0 | 0.06 | 0.93 | 0.33 | 55.82 | 0.87 | 0.36 |
| Hex | AA | 9F | C | 0 | 6 | 5D | 21 | 38 | 57 | 24 |
| Octal | 252 | 237 | 14 | 0 | 6 | 135 | 41 | 70 | 127 | 44 |
| Binary | 10101010 | 10011111 | 1100 | 0 | 110 | 1011101 | 100001 | 111000 | 1010111 | 100100 |
Color Harmonies of #AA9F0C
Complementary color
Monochromatic Colors of #AA9F0C
Black with #AA9F0C
Text Example
Text Example
White with #AA9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F0C; }
p { color: rgb(170,159,12); }
H1.HeaderClassName
{
color: #AA9F0C;
}
.AnyTagClassName
{
color: #AA9F0C;
}
</style>
background-color css
<style>
a { background-color: #AA9F0C; }
a { background-color: rgb(170,159,12); }
div.DivClassName
{
background-color: #AA9F0C;
}
.BgClassName
{
background-color: #AA9F0C;
}
</style>
border-color css
<style>
span { border-color: #AA9F0C; }
span { border-color: rgb(170,159,12); }
td.TdClassName
{
border-color: #AA9F0C;
}
.TagClassName
{
border-color: #AA9F0C;
}
</style>