Shades of Lucky #AA971D
Tints of Lucky #AA971D
RGB
CMYK
RGB Variations
Color information
#AA971D (or 0xAA971D) is known color: Lucky. HEX triplet: AA, 97 and 1D. RGB value is (170,151,29). Sum of RGB (Red+Green+Blue) = 170+151+29=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA971D is #5568E2. Grayscale: #8F8F8F. Windows color (decimal): -5597411 or 1939370. OLE color: 1939370.
HSL color Cylindrical-coordinate representation of color #AA971D: hue angle of 51.91º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA971D is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 29 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.33 |
| HSL | 51.91º | 0.71% | 0.39% | - |
| HSV(B) | 51.91º | 0.83% | 0.67% | - |
| XYZ | 27.87 | 30.77 | 5.63 | - |
| YUV | 142.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 29 | 0 | 0.11 | 0.83 | 0.33 | 51.91 | 0.71 | 0.39 |
| Hex | AA | 97 | 1D | 0 | B | 53 | 21 | 34 | 47 | 27 |
| Octal | 252 | 227 | 35 | 0 | 13 | 123 | 41 | 64 | 107 | 47 |
| Binary | 10101010 | 10010111 | 11101 | 0 | 1011 | 1010011 | 100001 | 110100 | 1000111 | 100111 |
Color Harmonies of #AA971D
Complementary color
Monochromatic Colors of #AA971D
Black with #AA971D
Text Example
Text Example
White with #AA971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA971D; }
p { color: rgb(170,151,29); }
H1.HeaderClassName
{
color: #AA971D;
}
.AnyTagClassName
{
color: #AA971D;
}
</style>
background-color css
<style>
a { background-color: #AA971D; }
a { background-color: rgb(170,151,29); }
div.DivClassName
{
background-color: #AA971D;
}
.BgClassName
{
background-color: #AA971D;
}
</style>
border-color css
<style>
span { border-color: #AA971D; }
span { border-color: rgb(170,151,29); }
td.TdClassName
{
border-color: #AA971D;
}
.TagClassName
{
border-color: #AA971D;
}
</style>