Shades of Lucky #AA8F16
Tints of Lucky #AA8F16
RGB
CMYK
RGB Variations
Color information
#AA8F16 (or 0xAA8F16) is known color: Lucky. HEX triplet: AA, 8F and 16. RGB value is (170,143,22). Sum of RGB (Red+Green+Blue) = 170+143+22=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F16 is #5570E9. Grayscale: #898989. Windows color (decimal): -5599466 or 1478570. OLE color: 1478570.
HSL color Cylindrical-coordinate representation of color #AA8F16: hue angle of 49.05º 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 #AA8F16 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 22 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.33 |
| HSL | 49.05º | 0.77% | 0.38% | - |
| HSV(B) | 49.05º | 0.87% | 0.67% | - |
| XYZ | 26.54 | 28.25 | 4.81 | - |
| YUV | 137.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 22 | 0 | 0.16 | 0.87 | 0.33 | 49.05 | 0.77 | 0.38 |
| Hex | AA | 8F | 16 | 0 | 10 | 57 | 21 | 31 | 4D | 26 |
| Octal | 252 | 217 | 26 | 0 | 20 | 127 | 41 | 61 | 115 | 46 |
| Binary | 10101010 | 10001111 | 10110 | 0 | 10000 | 1010111 | 100001 | 110001 | 1001101 | 100110 |
Color Harmonies of #AA8F16
Complementary color
Monochromatic Colors of #AA8F16
Black with #AA8F16
Text Example
Text Example
White with #AA8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F16; }
p { color: rgb(170,143,22); }
H1.HeaderClassName
{
color: #AA8F16;
}
.AnyTagClassName
{
color: #AA8F16;
}
</style>
background-color css
<style>
a { background-color: #AA8F16; }
a { background-color: rgb(170,143,22); }
div.DivClassName
{
background-color: #AA8F16;
}
.BgClassName
{
background-color: #AA8F16;
}
</style>
border-color css
<style>
span { border-color: #AA8F16; }
span { border-color: rgb(170,143,22); }
td.TdClassName
{
border-color: #AA8F16;
}
.TagClassName
{
border-color: #AA8F16;
}
</style>