Shades of Lucky #AAA010
Tints of Lucky #AAA010
RGB
CMYK
RGB Variations
Color information
#AAA010 (or 0xAAA010) is known color: Lucky. HEX triplet: AA, A0 and 10. RGB value is (170,160,16). Sum of RGB (Red+Green+Blue) = 170+160+16=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA010 is #555FEF. Grayscale: #939393. Windows color (decimal): -5595120 or 1089706. OLE color: 1089706.
HSL color Cylindrical-coordinate representation of color #AAA010: hue angle of 56.1º 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 #AAA010 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 16 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.33 |
| HSL | 56.1º | 0.83% | 0.36% | - |
| HSV(B) | 56.1º | 0.91% | 0.67% | - |
| XYZ | 29.24 | 33.73 | 5.46 | - |
| YUV | 146.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 16 | 0 | 0.06 | 0.91 | 0.33 | 56.1 | 0.83 | 0.36 |
| Hex | AA | A0 | 10 | 0 | 6 | 5B | 21 | 38 | 53 | 24 |
| Octal | 252 | 240 | 20 | 0 | 6 | 133 | 41 | 70 | 123 | 44 |
| Binary | 10101010 | 10100000 | 10000 | 0 | 110 | 1011011 | 100001 | 111000 | 1010011 | 100100 |
Color Harmonies of #AAA010
Complementary color
Monochromatic Colors of #AAA010
Black with #AAA010
Text Example
Text Example
White with #AAA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA010; }
p { color: rgb(170,160,16); }
H1.HeaderClassName
{
color: #AAA010;
}
.AnyTagClassName
{
color: #AAA010;
}
</style>
background-color css
<style>
a { background-color: #AAA010; }
a { background-color: rgb(170,160,16); }
div.DivClassName
{
background-color: #AAA010;
}
.BgClassName
{
background-color: #AAA010;
}
</style>
border-color css
<style>
span { border-color: #AAA010; }
span { border-color: rgb(170,160,16); }
td.TdClassName
{
border-color: #AAA010;
}
.TagClassName
{
border-color: #AAA010;
}
</style>