Shades of Lucky #AA920E
Tints of Lucky #AA920E
RGB
CMYK
RGB Variations
Color information
#AA920E (or 0xAA920E) is known color: Lucky. HEX triplet: AA, 92 and 0E. RGB value is (170,146,14). Sum of RGB (Red+Green+Blue) = 170+146+14=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA920E is #556DF1. Grayscale: #8A8A8A. Windows color (decimal): -5598706 or 955050. OLE color: 955050.
HSL color Cylindrical-coordinate representation of color #AA920E: hue angle of 50.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA920E is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 14 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.33 |
| HSL | 50.77º | 0.85% | 0.36% | - |
| HSV(B) | 50.77º | 0.92% | 0.67% | - |
| XYZ | 26.94 | 29.14 | 4.62 | - |
| YUV | 138.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 14 | 0 | 0.14 | 0.92 | 0.33 | 50.77 | 0.85 | 0.36 |
| Hex | AA | 92 | E | 0 | E | 5C | 21 | 33 | 55 | 24 |
| Octal | 252 | 222 | 16 | 0 | 16 | 134 | 41 | 63 | 125 | 44 |
| Binary | 10101010 | 10010010 | 1110 | 0 | 1110 | 1011100 | 100001 | 110011 | 1010101 | 100100 |
Color Harmonies of #AA920E
Complementary color
Monochromatic Colors of #AA920E
Black with #AA920E
Text Example
Text Example
White with #AA920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA920E; }
p { color: rgb(170,146,14); }
H1.HeaderClassName
{
color: #AA920E;
}
.AnyTagClassName
{
color: #AA920E;
}
</style>
background-color css
<style>
a { background-color: #AA920E; }
a { background-color: rgb(170,146,14); }
div.DivClassName
{
background-color: #AA920E;
}
.BgClassName
{
background-color: #AA920E;
}
</style>
border-color css
<style>
span { border-color: #AA920E; }
span { border-color: rgb(170,146,14); }
td.TdClassName
{
border-color: #AA920E;
}
.TagClassName
{
border-color: #AA920E;
}
</style>