Shades of Lucky #AA9A0B
Tints of Lucky #AA9A0B
RGB
CMYK
RGB Variations
Color information
#AA9A0B (or 0xAA9A0B) is known color: Lucky. HEX triplet: AA, 9A and 0B. RGB value is (170,154,11). Sum of RGB (Red+Green+Blue) = 170+154+11=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A0B is #5565F4. Grayscale: #8F8F8F. Windows color (decimal): -5596661 or 760490. OLE color: 760490.
HSL color Cylindrical-coordinate representation of color #AA9A0B: hue angle of 53.96º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA9A0B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.33 |
| HSL | 53.96º | 0.88% | 0.35% | - |
| HSV(B) | 53.96º | 0.94% | 0.67% | - |
| XYZ | 28.19 | 31.68 | 4.95 | - |
| YUV | 142.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 11 | 0 | 0.09 | 0.94 | 0.33 | 53.96 | 0.88 | 0.35 |
| Hex | AA | 9A | B | 0 | 9 | 5E | 21 | 36 | 58 | 23 |
| Octal | 252 | 232 | 13 | 0 | 11 | 136 | 41 | 66 | 130 | 43 |
| Binary | 10101010 | 10011010 | 1011 | 0 | 1001 | 1011110 | 100001 | 110110 | 1011000 | 100011 |
Color Harmonies of #AA9A0B
Complementary color
Monochromatic Colors of #AA9A0B
Black with #AA9A0B
Text Example
Text Example
White with #AA9A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A0B; }
p { color: rgb(170,154,11); }
H1.HeaderClassName
{
color: #AA9A0B;
}
.AnyTagClassName
{
color: #AA9A0B;
}
</style>
background-color css
<style>
a { background-color: #AA9A0B; }
a { background-color: rgb(170,154,11); }
div.DivClassName
{
background-color: #AA9A0B;
}
.BgClassName
{
background-color: #AA9A0B;
}
</style>
border-color css
<style>
span { border-color: #AA9A0B; }
span { border-color: rgb(170,154,11); }
td.TdClassName
{
border-color: #AA9A0B;
}
.TagClassName
{
border-color: #AA9A0B;
}
</style>