Shades of Lucky #AA9310
Tints of Lucky #AA9310
RGB
CMYK
RGB Variations
Color information
#AA9310 (or 0xAA9310) is known color: Lucky. HEX triplet: AA, 93 and 10. RGB value is (170,147,16). Sum of RGB (Red+Green+Blue) = 170+147+16=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9310 is #556CEF. Grayscale: #8B8B8B. Windows color (decimal): -5598448 or 1086378. OLE color: 1086378.
HSL color Cylindrical-coordinate representation of color #AA9310: hue angle of 51.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9310 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 16 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.33 |
| HSL | 51.04º | 0.83% | 0.36% | - |
| HSV(B) | 51.04º | 0.91% | 0.67% | - |
| XYZ | 27.1 | 29.45 | 4.75 | - |
| YUV | 138.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 16 | 0 | 0.14 | 0.91 | 0.33 | 51.04 | 0.83 | 0.36 |
| Hex | AA | 93 | 10 | 0 | E | 5B | 21 | 33 | 53 | 24 |
| Octal | 252 | 223 | 20 | 0 | 16 | 133 | 41 | 63 | 123 | 44 |
| Binary | 10101010 | 10010011 | 10000 | 0 | 1110 | 1011011 | 100001 | 110011 | 1010011 | 100100 |
Color Harmonies of #AA9310
Complementary color
Monochromatic Colors of #AA9310
Black with #AA9310
Text Example
Text Example
White with #AA9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9310; }
p { color: rgb(170,147,16); }
H1.HeaderClassName
{
color: #AA9310;
}
.AnyTagClassName
{
color: #AA9310;
}
</style>
background-color css
<style>
a { background-color: #AA9310; }
a { background-color: rgb(170,147,16); }
div.DivClassName
{
background-color: #AA9310;
}
.BgClassName
{
background-color: #AA9310;
}
</style>
border-color css
<style>
span { border-color: #AA9310; }
span { border-color: rgb(170,147,16); }
td.TdClassName
{
border-color: #AA9310;
}
.TagClassName
{
border-color: #AA9310;
}
</style>