Shades of Lucky #AA970F
Tints of Lucky #AA970F
RGB
CMYK
RGB Variations
Color information
#AA970F (or 0xAA970F) is known color: Lucky. HEX triplet: AA, 97 and 0F. RGB value is (170,151,15). Sum of RGB (Red+Green+Blue) = 170+151+15=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA970F is #5568F0. Grayscale: #8D8D8D. Windows color (decimal): -5597425 or 1021866. OLE color: 1021866.
HSL color Cylindrical-coordinate representation of color #AA970F: hue angle of 52.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA970F is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 15 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.33 |
| HSL | 52.65º | 0.84% | 0.36% | - |
| HSV(B) | 52.65º | 0.91% | 0.67% | - |
| XYZ | 27.73 | 30.71 | 4.92 | - |
| YUV | 141.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 15 | 0 | 0.11 | 0.91 | 0.33 | 52.65 | 0.84 | 0.36 |
| Hex | AA | 97 | F | 0 | B | 5B | 21 | 35 | 54 | 24 |
| Octal | 252 | 227 | 17 | 0 | 13 | 133 | 41 | 65 | 124 | 44 |
| Binary | 10101010 | 10010111 | 1111 | 0 | 1011 | 1011011 | 100001 | 110101 | 1010100 | 100100 |
Color Harmonies of #AA970F
Complementary color
Monochromatic Colors of #AA970F
Black with #AA970F
Text Example
Text Example
White with #AA970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA970F; }
p { color: rgb(170,151,15); }
H1.HeaderClassName
{
color: #AA970F;
}
.AnyTagClassName
{
color: #AA970F;
}
</style>
background-color css
<style>
a { background-color: #AA970F; }
a { background-color: rgb(170,151,15); }
div.DivClassName
{
background-color: #AA970F;
}
.BgClassName
{
background-color: #AA970F;
}
</style>
border-color css
<style>
span { border-color: #AA970F; }
span { border-color: rgb(170,151,15); }
td.TdClassName
{
border-color: #AA970F;
}
.TagClassName
{
border-color: #AA970F;
}
</style>