Shades of Lucky #AA910A
Tints of Lucky #AA910A
RGB
CMYK
RGB Variations
Color information
#AA910A (or 0xAA910A) is known color: Lucky. HEX triplet: AA, 91 and 0A. RGB value is (170,145,10). Sum of RGB (Red+Green+Blue) = 170+145+10=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA910A is #556EF5. Grayscale: #898989. Windows color (decimal): -5598966 or 692650. OLE color: 692650.
HSL color Cylindrical-coordinate representation of color #AA910A: hue angle of 50.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA910A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 10 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.33 |
| HSL | 50.63º | 0.89% | 0.35% | - |
| HSV(B) | 50.63º | 0.94% | 0.67% | - |
| XYZ | 26.76 | 28.82 | 4.44 | - |
| YUV | 137.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 10 | 0 | 0.15 | 0.94 | 0.33 | 50.63 | 0.89 | 0.35 |
| Hex | AA | 91 | A | 0 | F | 5E | 21 | 33 | 59 | 23 |
| Octal | 252 | 221 | 12 | 0 | 17 | 136 | 41 | 63 | 131 | 43 |
| Binary | 10101010 | 10010001 | 1010 | 0 | 1111 | 1011110 | 100001 | 110011 | 1011001 | 100011 |
Color Harmonies of #AA910A
Complementary color
Monochromatic Colors of #AA910A
Black with #AA910A
Text Example
Text Example
White with #AA910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA910A; }
p { color: rgb(170,145,10); }
H1.HeaderClassName
{
color: #AA910A;
}
.AnyTagClassName
{
color: #AA910A;
}
</style>
background-color css
<style>
a { background-color: #AA910A; }
a { background-color: rgb(170,145,10); }
div.DivClassName
{
background-color: #AA910A;
}
.BgClassName
{
background-color: #AA910A;
}
</style>
border-color css
<style>
span { border-color: #AA910A; }
span { border-color: rgb(170,145,10); }
td.TdClassName
{
border-color: #AA910A;
}
.TagClassName
{
border-color: #AA910A;
}
</style>