Shades of Lucky #AA920A
Tints of Lucky #AA920A
RGB
CMYK
RGB Variations
Color information
#AA920A (or 0xAA920A) is known color: Lucky. HEX triplet: AA, 92 and 0A. RGB value is (170,146,10). Sum of RGB (Red+Green+Blue) = 170+146+10=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA920A is #556DF5. Grayscale: #8A8A8A. Windows color (decimal): -5598710 or 692906. OLE color: 692906.
HSL color Cylindrical-coordinate representation of color #AA920A: hue angle of 51º 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 #AA920A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.33 |
| HSL | 51º | 0.89% | 0.35% | - |
| HSV(B) | 51º | 0.94% | 0.67% | - |
| XYZ | 26.91 | 29.13 | 4.49 | - |
| YUV | 137.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 10 | 0 | 0.14 | 0.94 | 0.33 | 51 | 0.89 | 0.35 |
| Hex | AA | 92 | A | 0 | E | 5E | 21 | 33 | 59 | 23 |
| Octal | 252 | 222 | 12 | 0 | 16 | 136 | 41 | 63 | 131 | 43 |
| Binary | 10101010 | 10010010 | 1010 | 0 | 1110 | 1011110 | 100001 | 110011 | 1011001 | 100011 |
Color Harmonies of #AA920A
Complementary color
Monochromatic Colors of #AA920A
Black with #AA920A
Text Example
Text Example
White with #AA920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA920A; }
p { color: rgb(170,146,10); }
H1.HeaderClassName
{
color: #AA920A;
}
.AnyTagClassName
{
color: #AA920A;
}
</style>
background-color css
<style>
a { background-color: #AA920A; }
a { background-color: rgb(170,146,10); }
div.DivClassName
{
background-color: #AA920A;
}
.BgClassName
{
background-color: #AA920A;
}
</style>
border-color css
<style>
span { border-color: #AA920A; }
span { border-color: rgb(170,146,10); }
td.TdClassName
{
border-color: #AA920A;
}
.TagClassName
{
border-color: #AA920A;
}
</style>