Shades of Lucky #AA970E
Tints of Lucky #AA970E
RGB
CMYK
RGB Variations
Color information
#AA970E (or 0xAA970E) is known color: Lucky. HEX triplet: AA, 97 and 0E. RGB value is (170,151,14). Sum of RGB (Red+Green+Blue) = 170+151+14=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA970E is #5568F1. Grayscale: #8D8D8D. Windows color (decimal): -5597426 or 956330. OLE color: 956330.
HSL color Cylindrical-coordinate representation of color #AA970E: hue angle of 52.69º 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 #AA970E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.33 |
| HSL | 52.69º | 0.85% | 0.36% | - |
| HSV(B) | 52.69º | 0.92% | 0.67% | - |
| XYZ | 27.72 | 30.71 | 4.88 | - |
| YUV | 141.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 14 | 0 | 0.11 | 0.92 | 0.33 | 52.69 | 0.85 | 0.36 |
| Hex | AA | 97 | E | 0 | B | 5C | 21 | 35 | 55 | 24 |
| Octal | 252 | 227 | 16 | 0 | 13 | 134 | 41 | 65 | 125 | 44 |
| Binary | 10101010 | 10010111 | 1110 | 0 | 1011 | 1011100 | 100001 | 110101 | 1010101 | 100100 |
Color Harmonies of #AA970E
Complementary color
Monochromatic Colors of #AA970E
Black with #AA970E
Text Example
Text Example
White with #AA970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA970E; }
p { color: rgb(170,151,14); }
H1.HeaderClassName
{
color: #AA970E;
}
.AnyTagClassName
{
color: #AA970E;
}
</style>
background-color css
<style>
a { background-color: #AA970E; }
a { background-color: rgb(170,151,14); }
div.DivClassName
{
background-color: #AA970E;
}
.BgClassName
{
background-color: #AA970E;
}
</style>
border-color css
<style>
span { border-color: #AA970E; }
span { border-color: rgb(170,151,14); }
td.TdClassName
{
border-color: #AA970E;
}
.TagClassName
{
border-color: #AA970E;
}
</style>