Shades of Lucky #AA9812
Tints of Lucky #AA9812
RGB
CMYK
RGB Variations
Color information
#AA9812 (or 0xAA9812) is known color: Lucky. HEX triplet: AA, 98 and 12. RGB value is (170,152,18). Sum of RGB (Red+Green+Blue) = 170+152+18=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9812 is #5567ED. Grayscale: #8E8E8E. Windows color (decimal): -5597166 or 1218730. OLE color: 1218730.
HSL color Cylindrical-coordinate representation of color #AA9812: hue angle of 52.89º 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 #AA9812 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 18 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.33 |
| HSL | 52.89º | 0.81% | 0.37% | - |
| HSV(B) | 52.89º | 0.89% | 0.67% | - |
| XYZ | 27.91 | 31.05 | 5.09 | - |
| YUV | 142.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 18 | 0 | 0.11 | 0.89 | 0.33 | 52.89 | 0.81 | 0.37 |
| Hex | AA | 98 | 12 | 0 | B | 59 | 21 | 35 | 51 | 25 |
| Octal | 252 | 230 | 22 | 0 | 13 | 131 | 41 | 65 | 121 | 45 |
| Binary | 10101010 | 10011000 | 10010 | 0 | 1011 | 1011001 | 100001 | 110101 | 1010001 | 100101 |
Color Harmonies of #AA9812
Complementary color
Monochromatic Colors of #AA9812
Black with #AA9812
Text Example
Text Example
White with #AA9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9812; }
p { color: rgb(170,152,18); }
H1.HeaderClassName
{
color: #AA9812;
}
.AnyTagClassName
{
color: #AA9812;
}
</style>
background-color css
<style>
a { background-color: #AA9812; }
a { background-color: rgb(170,152,18); }
div.DivClassName
{
background-color: #AA9812;
}
.BgClassName
{
background-color: #AA9812;
}
</style>
border-color css
<style>
span { border-color: #AA9812; }
span { border-color: rgb(170,152,18); }
td.TdClassName
{
border-color: #AA9812;
}
.TagClassName
{
border-color: #AA9812;
}
</style>