Shades of Lucky #AA980F
Tints of Lucky #AA980F
RGB
CMYK
RGB Variations
Color information
#AA980F (or 0xAA980F) is known color: Lucky. HEX triplet: AA, 98 and 0F. RGB value is (170,152,15). Sum of RGB (Red+Green+Blue) = 170+152+15=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA980F is #5567F0. Grayscale: #8E8E8E. Windows color (decimal): -5597169 or 1022122. OLE color: 1022122.
HSL color Cylindrical-coordinate representation of color #AA980F: hue angle of 53.03º 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 #AA980F is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 15 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.33 |
| HSL | 53.03º | 0.84% | 0.36% | - |
| HSV(B) | 53.03º | 0.91% | 0.67% | - |
| XYZ | 27.89 | 31.04 | 4.97 | - |
| YUV | 141.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 15 | 0 | 0.11 | 0.91 | 0.33 | 53.03 | 0.84 | 0.36 |
| Hex | AA | 98 | F | 0 | B | 5B | 21 | 35 | 54 | 24 |
| Octal | 252 | 230 | 17 | 0 | 13 | 133 | 41 | 65 | 124 | 44 |
| Binary | 10101010 | 10011000 | 1111 | 0 | 1011 | 1011011 | 100001 | 110101 | 1010100 | 100100 |
Color Harmonies of #AA980F
Complementary color
Monochromatic Colors of #AA980F
Black with #AA980F
Text Example
Text Example
White with #AA980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA980F; }
p { color: rgb(170,152,15); }
H1.HeaderClassName
{
color: #AA980F;
}
.AnyTagClassName
{
color: #AA980F;
}
</style>
background-color css
<style>
a { background-color: #AA980F; }
a { background-color: rgb(170,152,15); }
div.DivClassName
{
background-color: #AA980F;
}
.BgClassName
{
background-color: #AA980F;
}
</style>
border-color css
<style>
span { border-color: #AA980F; }
span { border-color: rgb(170,152,15); }
td.TdClassName
{
border-color: #AA980F;
}
.TagClassName
{
border-color: #AA980F;
}
</style>