Shades of Lucky #AA910B
Tints of Lucky #AA910B
RGB
CMYK
RGB Variations
Color information
#AA910B (or 0xAA910B) is known color: Lucky. HEX triplet: AA, 91 and 0B. RGB value is (170,145,11). Sum of RGB (Red+Green+Blue) = 170+145+11=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA910B is #556EF4. Grayscale: #898989. Windows color (decimal): -5598965 or 758186. OLE color: 758186.
HSL color Cylindrical-coordinate representation of color #AA910B: hue angle of 50.57º 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 #AA910B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.33 |
| HSL | 50.57º | 0.88% | 0.35% | - |
| HSV(B) | 50.57º | 0.94% | 0.67% | - |
| XYZ | 26.76 | 28.82 | 4.47 | - |
| YUV | 137.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 11 | 0 | 0.15 | 0.94 | 0.33 | 50.57 | 0.88 | 0.35 |
| Hex | AA | 91 | B | 0 | F | 5E | 21 | 33 | 58 | 23 |
| Octal | 252 | 221 | 13 | 0 | 17 | 136 | 41 | 63 | 130 | 43 |
| Binary | 10101010 | 10010001 | 1011 | 0 | 1111 | 1011110 | 100001 | 110011 | 1011000 | 100011 |
Color Harmonies of #AA910B
Complementary color
Monochromatic Colors of #AA910B
Black with #AA910B
Text Example
Text Example
White with #AA910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA910B; }
p { color: rgb(170,145,11); }
H1.HeaderClassName
{
color: #AA910B;
}
.AnyTagClassName
{
color: #AA910B;
}
</style>
background-color css
<style>
a { background-color: #AA910B; }
a { background-color: rgb(170,145,11); }
div.DivClassName
{
background-color: #AA910B;
}
.BgClassName
{
background-color: #AA910B;
}
</style>
border-color css
<style>
span { border-color: #AA910B; }
span { border-color: rgb(170,145,11); }
td.TdClassName
{
border-color: #AA910B;
}
.TagClassName
{
border-color: #AA910B;
}
</style>