Shades of Lucky #AA9A0D
Tints of Lucky #AA9A0D
RGB
CMYK
RGB Variations
Color information
#AA9A0D (or 0xAA9A0D) is known color: Lucky. HEX triplet: AA, 9A and 0D. RGB value is (170,154,13). Sum of RGB (Red+Green+Blue) = 170+154+13=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A0D is #5565F2. Grayscale: #8F8F8F. Windows color (decimal): -5596659 or 891562. OLE color: 891562.
HSL color Cylindrical-coordinate representation of color #AA9A0D: hue angle of 53.89º 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 #AA9A0D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.33 |
| HSL | 53.89º | 0.86% | 0.36% | - |
| HSV(B) | 53.89º | 0.92% | 0.67% | - |
| XYZ | 28.21 | 31.69 | 5.01 | - |
| YUV | 142.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 13 | 0 | 0.09 | 0.92 | 0.33 | 53.89 | 0.86 | 0.36 |
| Hex | AA | 9A | D | 0 | 9 | 5C | 21 | 36 | 56 | 24 |
| Octal | 252 | 232 | 15 | 0 | 11 | 134 | 41 | 66 | 126 | 44 |
| Binary | 10101010 | 10011010 | 1101 | 0 | 1001 | 1011100 | 100001 | 110110 | 1010110 | 100100 |
Color Harmonies of #AA9A0D
Complementary color
Monochromatic Colors of #AA9A0D
Black with #AA9A0D
Text Example
Text Example
White with #AA9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A0D; }
p { color: rgb(170,154,13); }
H1.HeaderClassName
{
color: #AA9A0D;
}
.AnyTagClassName
{
color: #AA9A0D;
}
</style>
background-color css
<style>
a { background-color: #AA9A0D; }
a { background-color: rgb(170,154,13); }
div.DivClassName
{
background-color: #AA9A0D;
}
.BgClassName
{
background-color: #AA9A0D;
}
</style>
border-color css
<style>
span { border-color: #AA9A0D; }
span { border-color: rgb(170,154,13); }
td.TdClassName
{
border-color: #AA9A0D;
}
.TagClassName
{
border-color: #AA9A0D;
}
</style>