Shades of Lucky #AA9D12
Tints of Lucky #AA9D12
RGB
CMYK
RGB Variations
Color information
#AA9D12 (or 0xAA9D12) is known color: Lucky. HEX triplet: AA, 9D and 12. RGB value is (170,157,18). Sum of RGB (Red+Green+Blue) = 170+157+18=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D12 is #5562ED. Grayscale: #919191. Windows color (decimal): -5595886 or 1220010. OLE color: 1220010.
HSL color Cylindrical-coordinate representation of color #AA9D12: hue angle of 54.87º degrees, saturation: 0.81, 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 #AA9D12 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 18 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.33 |
| HSL | 54.87º | 0.81% | 0.37% | - |
| HSV(B) | 54.87º | 0.89% | 0.67% | - |
| XYZ | 28.74 | 32.7 | 5.37 | - |
| YUV | 145.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 18 | 0 | 0.08 | 0.89 | 0.33 | 54.87 | 0.81 | 0.37 |
| Hex | AA | 9D | 12 | 0 | 8 | 59 | 21 | 37 | 51 | 25 |
| Octal | 252 | 235 | 22 | 0 | 10 | 131 | 41 | 67 | 121 | 45 |
| Binary | 10101010 | 10011101 | 10010 | 0 | 1000 | 1011001 | 100001 | 110111 | 1010001 | 100101 |
Color Harmonies of #AA9D12
Complementary color
Monochromatic Colors of #AA9D12
Black with #AA9D12
Text Example
Text Example
White with #AA9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D12; }
p { color: rgb(170,157,18); }
H1.HeaderClassName
{
color: #AA9D12;
}
.AnyTagClassName
{
color: #AA9D12;
}
</style>
background-color css
<style>
a { background-color: #AA9D12; }
a { background-color: rgb(170,157,18); }
div.DivClassName
{
background-color: #AA9D12;
}
.BgClassName
{
background-color: #AA9D12;
}
</style>
border-color css
<style>
span { border-color: #AA9D12; }
span { border-color: rgb(170,157,18); }
td.TdClassName
{
border-color: #AA9D12;
}
.TagClassName
{
border-color: #AA9D12;
}
</style>