Shades of Lucky #AA9010
Tints of Lucky #AA9010
RGB
CMYK
RGB Variations
Color information
#AA9010 (or 0xAA9010) is known color: Lucky. HEX triplet: AA, 90 and 10. RGB value is (170,144,16). Sum of RGB (Red+Green+Blue) = 170+144+16=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9010 is #556FEF. Grayscale: #898989. Windows color (decimal): -5599216 or 1085610. OLE color: 1085610.
HSL color Cylindrical-coordinate representation of color #AA9010: hue angle of 49.87º 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 #AA9010 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 16 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.33 |
| HSL | 49.87º | 0.83% | 0.36% | - |
| HSV(B) | 49.87º | 0.91% | 0.67% | - |
| XYZ | 26.64 | 28.53 | 4.59 | - |
| YUV | 137.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 16 | 0 | 0.15 | 0.91 | 0.33 | 49.87 | 0.83 | 0.36 |
| Hex | AA | 90 | 10 | 0 | F | 5B | 21 | 32 | 53 | 24 |
| Octal | 252 | 220 | 20 | 0 | 17 | 133 | 41 | 62 | 123 | 44 |
| Binary | 10101010 | 10010000 | 10000 | 0 | 1111 | 1011011 | 100001 | 110010 | 1010011 | 100100 |
Color Harmonies of #AA9010
Complementary color
Monochromatic Colors of #AA9010
Black with #AA9010
Text Example
Text Example
White with #AA9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9010; }
p { color: rgb(170,144,16); }
H1.HeaderClassName
{
color: #AA9010;
}
.AnyTagClassName
{
color: #AA9010;
}
</style>
background-color css
<style>
a { background-color: #AA9010; }
a { background-color: rgb(170,144,16); }
div.DivClassName
{
background-color: #AA9010;
}
.BgClassName
{
background-color: #AA9010;
}
</style>
border-color css
<style>
span { border-color: #AA9010; }
span { border-color: rgb(170,144,16); }
td.TdClassName
{
border-color: #AA9010;
}
.TagClassName
{
border-color: #AA9010;
}
</style>