Shades of Lucky #AA971C
Tints of Lucky #AA971C
RGB
CMYK
RGB Variations
Color information
#AA971C (or 0xAA971C) is known color: Lucky. HEX triplet: AA, 97 and 1C. RGB value is (170,151,28). Sum of RGB (Red+Green+Blue) = 170+151+28=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA971C is #5568E3. Grayscale: #8F8F8F. Windows color (decimal): -5597412 or 1873834. OLE color: 1873834.
HSL color Cylindrical-coordinate representation of color #AA971C: hue angle of 51.97º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA971C is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 28 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.33 |
| HSL | 51.97º | 0.72% | 0.39% | - |
| HSV(B) | 51.97º | 0.84% | 0.67% | - |
| XYZ | 27.85 | 30.76 | 5.57 | - |
| YUV | 142.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 28 | 0 | 0.11 | 0.84 | 0.33 | 51.97 | 0.72 | 0.39 |
| Hex | AA | 97 | 1C | 0 | B | 54 | 21 | 34 | 48 | 27 |
| Octal | 252 | 227 | 34 | 0 | 13 | 124 | 41 | 64 | 110 | 47 |
| Binary | 10101010 | 10010111 | 11100 | 0 | 1011 | 1010100 | 100001 | 110100 | 1001000 | 100111 |
Color Harmonies of #AA971C
Complementary color
Monochromatic Colors of #AA971C
Black with #AA971C
Text Example
Text Example
White with #AA971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA971C; }
p { color: rgb(170,151,28); }
H1.HeaderClassName
{
color: #AA971C;
}
.AnyTagClassName
{
color: #AA971C;
}
</style>
background-color css
<style>
a { background-color: #AA971C; }
a { background-color: rgb(170,151,28); }
div.DivClassName
{
background-color: #AA971C;
}
.BgClassName
{
background-color: #AA971C;
}
</style>
border-color css
<style>
span { border-color: #AA971C; }
span { border-color: rgb(170,151,28); }
td.TdClassName
{
border-color: #AA971C;
}
.TagClassName
{
border-color: #AA971C;
}
</style>