Shades of Lucky #A99211
Tints of Lucky #A99211
RGB
CMYK
RGB Variations
Color information
#A99211 (or 0xA99211) is known color: Lucky. HEX triplet: A9, 92 and 11. RGB value is (169,146,17). Sum of RGB (Red+Green+Blue) = 169+146+17=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A99211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99211 is #566DEE. Grayscale: #8A8A8A. Windows color (decimal): -5664239 or 1151657. OLE color: 1151657.
HSL color Cylindrical-coordinate representation of color #A99211: hue angle of 50.92º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A99211 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 17 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.34 |
| HSL | 50.92º | 0.82% | 0.36% | - |
| HSV(B) | 50.92º | 0.9% | 0.66% | - |
| XYZ | 26.74 | 29.03 | 4.72 | - |
| YUV | 138.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 17 | 0 | 0.14 | 0.90 | 0.34 | 50.92 | 0.82 | 0.36 |
| Hex | A9 | 92 | 11 | 0 | E | 5A | 22 | 33 | 52 | 24 |
| Octal | 251 | 222 | 21 | 0 | 16 | 132 | 42 | 63 | 122 | 44 |
| Binary | 10101001 | 10010010 | 10001 | 0 | 1110 | 1011010 | 100010 | 110011 | 1010010 | 100100 |
Color Harmonies of #A99211
Complementary color
Monochromatic Colors of #A99211
Black with #A99211
Text Example
Text Example
White with #A99211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99211; }
p { color: rgb(169,146,17); }
H1.HeaderClassName
{
color: #A99211;
}
.AnyTagClassName
{
color: #A99211;
}
</style>
background-color css
<style>
a { background-color: #A99211; }
a { background-color: rgb(169,146,17); }
div.DivClassName
{
background-color: #A99211;
}
.BgClassName
{
background-color: #A99211;
}
</style>
border-color css
<style>
span { border-color: #A99211; }
span { border-color: rgb(169,146,17); }
td.TdClassName
{
border-color: #A99211;
}
.TagClassName
{
border-color: #A99211;
}
</style>