Shades of Lucky #AA9813
Tints of Lucky #AA9813
RGB
CMYK
RGB Variations
Color information
#AA9813 (or 0xAA9813) is known color: Lucky. HEX triplet: AA, 98 and 13. RGB value is (170,152,19). Sum of RGB (Red+Green+Blue) = 170+152+19=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9813 is #5567EC. Grayscale: #8E8E8E. Windows color (decimal): -5597165 or 1284266. OLE color: 1284266.
HSL color Cylindrical-coordinate representation of color #AA9813: hue angle of 52.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA9813 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 19 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.33 |
| HSL | 52.85º | 0.8% | 0.37% | - |
| HSV(B) | 52.85º | 0.89% | 0.67% | - |
| XYZ | 27.92 | 31.05 | 5.14 | - |
| YUV | 142.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 19 | 0 | 0.11 | 0.89 | 0.33 | 52.85 | 0.8 | 0.37 |
| Hex | AA | 98 | 13 | 0 | B | 59 | 21 | 35 | 50 | 25 |
| Octal | 252 | 230 | 23 | 0 | 13 | 131 | 41 | 65 | 120 | 45 |
| Binary | 10101010 | 10011000 | 10011 | 0 | 1011 | 1011001 | 100001 | 110101 | 1010000 | 100101 |
Color Harmonies of #AA9813
Complementary color
Monochromatic Colors of #AA9813
Black with #AA9813
Text Example
Text Example
White with #AA9813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9813; }
p { color: rgb(170,152,19); }
H1.HeaderClassName
{
color: #AA9813;
}
.AnyTagClassName
{
color: #AA9813;
}
</style>
background-color css
<style>
a { background-color: #AA9813; }
a { background-color: rgb(170,152,19); }
div.DivClassName
{
background-color: #AA9813;
}
.BgClassName
{
background-color: #AA9813;
}
</style>
border-color css
<style>
span { border-color: #AA9813; }
span { border-color: rgb(170,152,19); }
td.TdClassName
{
border-color: #AA9813;
}
.TagClassName
{
border-color: #AA9813;
}
</style>