Shades of Lucky #AAA810
Tints of Lucky #AAA810
RGB
CMYK
RGB Variations
Color information
#AAA810 (or 0xAAA810) is known color: Lucky. HEX triplet: AA, A8 and 10. RGB value is (170,168,16). Sum of RGB (Red+Green+Blue) = 170+168+16=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA810 is #5557EF. Grayscale: #979797. Windows color (decimal): -5593072 or 1091754. OLE color: 1091754.
HSL color Cylindrical-coordinate representation of color #AAA810: hue angle of 59.22º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAA810 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.33 |
| HSL | 59.22º | 0.83% | 0.36% | - |
| HSV(B) | 59.22º | 0.91% | 0.67% | - |
| XYZ | 30.67 | 36.59 | 5.94 | - |
| YUV | 151.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 16 | 0 | 0.01 | 0.91 | 0.33 | 59.22 | 0.83 | 0.36 |
| Hex | AA | A8 | 10 | 0 | 1 | 5B | 21 | 3B | 53 | 24 |
| Octal | 252 | 250 | 20 | 0 | 1 | 133 | 41 | 73 | 123 | 44 |
| Binary | 10101010 | 10101000 | 10000 | 0 | 1 | 1011011 | 100001 | 111011 | 1010011 | 100100 |
Color Harmonies of #AAA810
Complementary color
Monochromatic Colors of #AAA810
Black with #AAA810
Text Example
Text Example
White with #AAA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA810; }
p { color: rgb(170,168,16); }
H1.HeaderClassName
{
color: #AAA810;
}
.AnyTagClassName
{
color: #AAA810;
}
</style>
background-color css
<style>
a { background-color: #AAA810; }
a { background-color: rgb(170,168,16); }
div.DivClassName
{
background-color: #AAA810;
}
.BgClassName
{
background-color: #AAA810;
}
</style>
border-color css
<style>
span { border-color: #AAA810; }
span { border-color: rgb(170,168,16); }
td.TdClassName
{
border-color: #AAA810;
}
.TagClassName
{
border-color: #AAA810;
}
</style>