Shades of Lucky #AA9D13
Tints of Lucky #AA9D13
RGB
CMYK
RGB Variations
Color information
#AA9D13 (or 0xAA9D13) is known color: Lucky. HEX triplet: AA, 9D and 13. RGB value is (170,157,19). Sum of RGB (Red+Green+Blue) = 170+157+19=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D13 is #5562EC. Grayscale: #919191. Windows color (decimal): -5595885 or 1285546. OLE color: 1285546.
HSL color Cylindrical-coordinate representation of color #AA9D13: hue angle of 54.83º 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 #AA9D13 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 19 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.33 |
| HSL | 54.83º | 0.8% | 0.37% | - |
| HSV(B) | 54.83º | 0.89% | 0.67% | - |
| XYZ | 28.75 | 32.71 | 5.41 | - |
| YUV | 145.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 19 | 0 | 0.08 | 0.89 | 0.33 | 54.83 | 0.8 | 0.37 |
| Hex | AA | 9D | 13 | 0 | 8 | 59 | 21 | 37 | 50 | 25 |
| Octal | 252 | 235 | 23 | 0 | 10 | 131 | 41 | 67 | 120 | 45 |
| Binary | 10101010 | 10011101 | 10011 | 0 | 1000 | 1011001 | 100001 | 110111 | 1010000 | 100101 |
Color Harmonies of #AA9D13
Complementary color
Monochromatic Colors of #AA9D13
Black with #AA9D13
Text Example
Text Example
White with #AA9D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D13; }
p { color: rgb(170,157,19); }
H1.HeaderClassName
{
color: #AA9D13;
}
.AnyTagClassName
{
color: #AA9D13;
}
</style>
background-color css
<style>
a { background-color: #AA9D13; }
a { background-color: rgb(170,157,19); }
div.DivClassName
{
background-color: #AA9D13;
}
.BgClassName
{
background-color: #AA9D13;
}
</style>
border-color css
<style>
span { border-color: #AA9D13; }
span { border-color: rgb(170,157,19); }
td.TdClassName
{
border-color: #AA9D13;
}
.TagClassName
{
border-color: #AA9D13;
}
</style>