Shades of Lucky #AA990D
Tints of Lucky #AA990D
RGB
CMYK
RGB Variations
Color information
#AA990D (or 0xAA990D) is known color: Lucky. HEX triplet: AA, 99 and 0D. RGB value is (170,153,13). Sum of RGB (Red+Green+Blue) = 170+153+13=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA990D is #5566F2. Grayscale: #8E8E8E. Windows color (decimal): -5596915 or 891306. OLE color: 891306.
HSL color Cylindrical-coordinate representation of color #AA990D: hue angle of 53.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA990D is Cyan = 0, Magento = 0.1, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 13 | - |
| CMYK | 0 | 0.1 | 0.92 | 0.33 |
| HSL | 53.5º | 0.86% | 0.36% | - |
| HSV(B) | 53.5º | 0.92% | 0.67% | - |
| XYZ | 28.04 | 31.36 | 4.96 | - |
| YUV | 142.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 13 | 0 | 0.1 | 0.92 | 0.33 | 53.5 | 0.86 | 0.36 |
| Hex | AA | 99 | D | 0 | A | 5C | 21 | 36 | 56 | 24 |
| Octal | 252 | 231 | 15 | 0 | 12 | 134 | 41 | 66 | 126 | 44 |
| Binary | 10101010 | 10011001 | 1101 | 0 | 1010 | 1011100 | 100001 | 110110 | 1010110 | 100100 |
Color Harmonies of #AA990D
Complementary color
Monochromatic Colors of #AA990D
Black with #AA990D
Text Example
Text Example
White with #AA990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA990D; }
p { color: rgb(170,153,13); }
H1.HeaderClassName
{
color: #AA990D;
}
.AnyTagClassName
{
color: #AA990D;
}
</style>
background-color css
<style>
a { background-color: #AA990D; }
a { background-color: rgb(170,153,13); }
div.DivClassName
{
background-color: #AA990D;
}
.BgClassName
{
background-color: #AA990D;
}
</style>
border-color css
<style>
span { border-color: #AA990D; }
span { border-color: rgb(170,153,13); }
td.TdClassName
{
border-color: #AA990D;
}
.TagClassName
{
border-color: #AA990D;
}
</style>