Shades of Lucky #AA971F
Tints of Lucky #AA971F
RGB
CMYK
RGB Variations
Color information
#AA971F (or 0xAA971F) is known color: Lucky. HEX triplet: AA, 97 and 1F. RGB value is (170,151,31). Sum of RGB (Red+Green+Blue) = 170+151+31=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA971F is #5568E0. Grayscale: #8F8F8F. Windows color (decimal): -5597409 or 2070442. OLE color: 2070442.
HSL color Cylindrical-coordinate representation of color #AA971F: hue angle of 51.8º degrees, saturation: 0.69, 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 #AA971F is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 31 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.33 |
| HSL | 51.8º | 0.69% | 0.39% | - |
| HSV(B) | 51.8º | 0.82% | 0.67% | - |
| XYZ | 27.89 | 30.78 | 5.77 | - |
| YUV | 143 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 31 | 0 | 0.11 | 0.82 | 0.33 | 51.8 | 0.69 | 0.39 |
| Hex | AA | 97 | 1F | 0 | B | 52 | 21 | 34 | 45 | 27 |
| Octal | 252 | 227 | 37 | 0 | 13 | 122 | 41 | 64 | 105 | 47 |
| Binary | 10101010 | 10010111 | 11111 | 0 | 1011 | 1010010 | 100001 | 110100 | 1000101 | 100111 |
Color Harmonies of #AA971F
Complementary color
Monochromatic Colors of #AA971F
Black with #AA971F
Text Example
Text Example
White with #AA971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA971F; }
p { color: rgb(170,151,31); }
H1.HeaderClassName
{
color: #AA971F;
}
.AnyTagClassName
{
color: #AA971F;
}
</style>
background-color css
<style>
a { background-color: #AA971F; }
a { background-color: rgb(170,151,31); }
div.DivClassName
{
background-color: #AA971F;
}
.BgClassName
{
background-color: #AA971F;
}
</style>
border-color css
<style>
span { border-color: #AA971F; }
span { border-color: rgb(170,151,31); }
td.TdClassName
{
border-color: #AA971F;
}
.TagClassName
{
border-color: #AA971F;
}
</style>