Shades of Lucky #AA971E
Tints of Lucky #AA971E
RGB
CMYK
RGB Variations
Color information
#AA971E (or 0xAA971E) is known color: Lucky. HEX triplet: AA, 97 and 1E. RGB value is (170,151,30). Sum of RGB (Red+Green+Blue) = 170+151+30=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA971E is #5568E1. Grayscale: #8F8F8F. Windows color (decimal): -5597410 or 2004906. OLE color: 2004906.
HSL color Cylindrical-coordinate representation of color #AA971E: hue angle of 51.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA971E is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 30 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.33 |
| HSL | 51.86º | 0.7% | 0.39% | - |
| HSV(B) | 51.86º | 0.82% | 0.67% | - |
| XYZ | 27.88 | 30.77 | 5.7 | - |
| YUV | 142.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 30 | 0 | 0.11 | 0.82 | 0.33 | 51.86 | 0.7 | 0.39 |
| Hex | AA | 97 | 1E | 0 | B | 52 | 21 | 34 | 46 | 27 |
| Octal | 252 | 227 | 36 | 0 | 13 | 122 | 41 | 64 | 106 | 47 |
| Binary | 10101010 | 10010111 | 11110 | 0 | 1011 | 1010010 | 100001 | 110100 | 1000110 | 100111 |
Color Harmonies of #AA971E
Complementary color
Monochromatic Colors of #AA971E
Black with #AA971E
Text Example
Text Example
White with #AA971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA971E; }
p { color: rgb(170,151,30); }
H1.HeaderClassName
{
color: #AA971E;
}
.AnyTagClassName
{
color: #AA971E;
}
</style>
background-color css
<style>
a { background-color: #AA971E; }
a { background-color: rgb(170,151,30); }
div.DivClassName
{
background-color: #AA971E;
}
.BgClassName
{
background-color: #AA971E;
}
</style>
border-color css
<style>
span { border-color: #AA971E; }
span { border-color: rgb(170,151,30); }
td.TdClassName
{
border-color: #AA971E;
}
.TagClassName
{
border-color: #AA971E;
}
</style>