Shades of Lucky #AA9312
Tints of Lucky #AA9312
RGB
CMYK
RGB Variations
Color information
#AA9312 (or 0xAA9312) is known color: Lucky. HEX triplet: AA, 93 and 12. RGB value is (170,147,18). Sum of RGB (Red+Green+Blue) = 170+147+18=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9312 is #556CED. Grayscale: #8B8B8B. Windows color (decimal): -5598446 or 1217450. OLE color: 1217450.
HSL color Cylindrical-coordinate representation of color #AA9312: hue angle of 50.92º 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 #AA9312 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 18 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.33 |
| HSL | 50.92º | 0.81% | 0.37% | - |
| HSV(B) | 50.92º | 0.89% | 0.67% | - |
| XYZ | 27.12 | 29.46 | 4.83 | - |
| YUV | 139.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 18 | 0 | 0.14 | 0.89 | 0.33 | 50.92 | 0.81 | 0.37 |
| Hex | AA | 93 | 12 | 0 | E | 59 | 21 | 33 | 51 | 25 |
| Octal | 252 | 223 | 22 | 0 | 16 | 131 | 41 | 63 | 121 | 45 |
| Binary | 10101010 | 10010011 | 10010 | 0 | 1110 | 1011001 | 100001 | 110011 | 1010001 | 100101 |
Color Harmonies of #AA9312
Complementary color
Monochromatic Colors of #AA9312
Black with #AA9312
Text Example
Text Example
White with #AA9312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9312; }
p { color: rgb(170,147,18); }
H1.HeaderClassName
{
color: #AA9312;
}
.AnyTagClassName
{
color: #AA9312;
}
</style>
background-color css
<style>
a { background-color: #AA9312; }
a { background-color: rgb(170,147,18); }
div.DivClassName
{
background-color: #AA9312;
}
.BgClassName
{
background-color: #AA9312;
}
</style>
border-color css
<style>
span { border-color: #AA9312; }
span { border-color: rgb(170,147,18); }
td.TdClassName
{
border-color: #AA9312;
}
.TagClassName
{
border-color: #AA9312;
}
</style>