Shades of Lucky #AAA812
Tints of Lucky #AAA812
RGB
CMYK
RGB Variations
Color information
#AAA812 (or 0xAAA812) is known color: Lucky. HEX triplet: AA, A8 and 12. RGB value is (170,168,18). Sum of RGB (Red+Green+Blue) = 170+168+18=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA812 is #5557ED. Grayscale: #989898. Windows color (decimal): -5593070 or 1222826. OLE color: 1222826.
HSL color Cylindrical-coordinate representation of color #AAA812: hue angle of 59.21º 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 #AAA812 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 18 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.33 |
| HSL | 59.21º | 0.81% | 0.37% | - |
| HSV(B) | 59.21º | 0.89% | 0.67% | - |
| XYZ | 30.69 | 36.59 | 6.02 | - |
| YUV | 151.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 18 | 0 | 0.01 | 0.89 | 0.33 | 59.21 | 0.81 | 0.37 |
| Hex | AA | A8 | 12 | 0 | 1 | 59 | 21 | 3B | 51 | 25 |
| Octal | 252 | 250 | 22 | 0 | 1 | 131 | 41 | 73 | 121 | 45 |
| Binary | 10101010 | 10101000 | 10010 | 0 | 1 | 1011001 | 100001 | 111011 | 1010001 | 100101 |
Color Harmonies of #AAA812
Complementary color
Monochromatic Colors of #AAA812
Black with #AAA812
Text Example
Text Example
White with #AAA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA812; }
p { color: rgb(170,168,18); }
H1.HeaderClassName
{
color: #AAA812;
}
.AnyTagClassName
{
color: #AAA812;
}
</style>
background-color css
<style>
a { background-color: #AAA812; }
a { background-color: rgb(170,168,18); }
div.DivClassName
{
background-color: #AAA812;
}
.BgClassName
{
background-color: #AAA812;
}
</style>
border-color css
<style>
span { border-color: #AAA812; }
span { border-color: rgb(170,168,18); }
td.TdClassName
{
border-color: #AAA812;
}
.TagClassName
{
border-color: #AAA812;
}
</style>