Shades of Lucky #AA8F12
Tints of Lucky #AA8F12
RGB
CMYK
RGB Variations
Color information
#AA8F12 (or 0xAA8F12) is known color: Lucky. HEX triplet: AA, 8F and 12. RGB value is (170,143,18). Sum of RGB (Red+Green+Blue) = 170+143+18=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F12 is #5570ED. Grayscale: #898989. Windows color (decimal): -5599470 or 1216426. OLE color: 1216426.
HSL color Cylindrical-coordinate representation of color #AA8F12: hue angle of 49.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8F12 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 18 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.33 |
| HSL | 49.34º | 0.81% | 0.37% | - |
| HSV(B) | 49.34º | 0.89% | 0.67% | - |
| XYZ | 26.51 | 28.23 | 4.62 | - |
| YUV | 136.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 18 | 0 | 0.16 | 0.89 | 0.33 | 49.34 | 0.81 | 0.37 |
| Hex | AA | 8F | 12 | 0 | 10 | 59 | 21 | 31 | 51 | 25 |
| Octal | 252 | 217 | 22 | 0 | 20 | 131 | 41 | 61 | 121 | 45 |
| Binary | 10101010 | 10001111 | 10010 | 0 | 10000 | 1011001 | 100001 | 110001 | 1010001 | 100101 |
Color Harmonies of #AA8F12
Complementary color
Monochromatic Colors of #AA8F12
Black with #AA8F12
Text Example
Text Example
White with #AA8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F12; }
p { color: rgb(170,143,18); }
H1.HeaderClassName
{
color: #AA8F12;
}
.AnyTagClassName
{
color: #AA8F12;
}
</style>
background-color css
<style>
a { background-color: #AA8F12; }
a { background-color: rgb(170,143,18); }
div.DivClassName
{
background-color: #AA8F12;
}
.BgClassName
{
background-color: #AA8F12;
}
</style>
border-color css
<style>
span { border-color: #AA8F12; }
span { border-color: rgb(170,143,18); }
td.TdClassName
{
border-color: #AA8F12;
}
.TagClassName
{
border-color: #AA8F12;
}
</style>