Shades of Lucky #AA8A16
Tints of Lucky #AA8A16
RGB
CMYK
RGB Variations
Color information
#AA8A16 (or 0xAA8A16) is known color: Lucky. HEX triplet: AA, 8A and 16. RGB value is (170,138,22). Sum of RGB (Red+Green+Blue) = 170+138+22=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8A16 is #5575E9. Grayscale: #868686. Windows color (decimal): -5600746 or 1477290. OLE color: 1477290.
HSL color Cylindrical-coordinate representation of color #AA8A16: hue angle of 47.03º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA8A16 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 22 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.33 |
| HSL | 47.03º | 0.77% | 0.38% | - |
| HSV(B) | 47.03º | 0.87% | 0.67% | - |
| XYZ | 25.81 | 26.78 | 4.57 | - |
| YUV | 134.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 22 | 0 | 0.19 | 0.87 | 0.33 | 47.03 | 0.77 | 0.38 |
| Hex | AA | 8A | 16 | 0 | 13 | 57 | 21 | 2F | 4D | 26 |
| Octal | 252 | 212 | 26 | 0 | 23 | 127 | 41 | 57 | 115 | 46 |
| Binary | 10101010 | 10001010 | 10110 | 0 | 10011 | 1010111 | 100001 | 101111 | 1001101 | 100110 |
Color Harmonies of #AA8A16
Complementary color
Monochromatic Colors of #AA8A16
Black with #AA8A16
Text Example
Text Example
White with #AA8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A16; }
p { color: rgb(170,138,22); }
H1.HeaderClassName
{
color: #AA8A16;
}
.AnyTagClassName
{
color: #AA8A16;
}
</style>
background-color css
<style>
a { background-color: #AA8A16; }
a { background-color: rgb(170,138,22); }
div.DivClassName
{
background-color: #AA8A16;
}
.BgClassName
{
background-color: #AA8A16;
}
</style>
border-color css
<style>
span { border-color: #AA8A16; }
span { border-color: rgb(170,138,22); }
td.TdClassName
{
border-color: #AA8A16;
}
.TagClassName
{
border-color: #AA8A16;
}
</style>