Shades of Lucky #AA980C
Tints of Lucky #AA980C
RGB
CMYK
RGB Variations
Color information
#AA980C (or 0xAA980C) is known color: Lucky. HEX triplet: AA, 98 and 0C. RGB value is (170,152,12). Sum of RGB (Red+Green+Blue) = 170+152+12=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA980C is #5567F3. Grayscale: #8E8E8E. Windows color (decimal): -5597172 or 825514. OLE color: 825514.
HSL color Cylindrical-coordinate representation of color #AA980C: hue angle of 53.16º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA980C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 12 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.33 |
| HSL | 53.16º | 0.87% | 0.36% | - |
| HSV(B) | 53.16º | 0.93% | 0.67% | - |
| XYZ | 27.87 | 31.03 | 4.87 | - |
| YUV | 141.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 12 | 0 | 0.11 | 0.93 | 0.33 | 53.16 | 0.87 | 0.36 |
| Hex | AA | 98 | C | 0 | B | 5D | 21 | 35 | 57 | 24 |
| Octal | 252 | 230 | 14 | 0 | 13 | 135 | 41 | 65 | 127 | 44 |
| Binary | 10101010 | 10011000 | 1100 | 0 | 1011 | 1011101 | 100001 | 110101 | 1010111 | 100100 |
Color Harmonies of #AA980C
Complementary color
Monochromatic Colors of #AA980C
Black with #AA980C
Text Example
Text Example
White with #AA980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA980C; }
p { color: rgb(170,152,12); }
H1.HeaderClassName
{
color: #AA980C;
}
.AnyTagClassName
{
color: #AA980C;
}
</style>
background-color css
<style>
a { background-color: #AA980C; }
a { background-color: rgb(170,152,12); }
div.DivClassName
{
background-color: #AA980C;
}
.BgClassName
{
background-color: #AA980C;
}
</style>
border-color css
<style>
span { border-color: #AA980C; }
span { border-color: rgb(170,152,12); }
td.TdClassName
{
border-color: #AA980C;
}
.TagClassName
{
border-color: #AA980C;
}
</style>