Shades of Lucky #A29211
Tints of Lucky #A29211
RGB
CMYK
RGB Variations
Color information
#A29211 (or 0xA29211) is known color: Lucky. HEX triplet: A2, 92 and 11. RGB value is (162,146,17). Sum of RGB (Red+Green+Blue) = 162+146+17=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A29211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29211 is #5D6DEE. Grayscale: #888888. Windows color (decimal): -6122991 or 1151650. OLE color: 1151650.
HSL color Cylindrical-coordinate representation of color #A29211: hue angle of 53.38º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A29211 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 17 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.36 |
| HSL | 53.38º | 0.81% | 0.35% | - |
| HSV(B) | 53.38º | 0.9% | 0.64% | - |
| XYZ | 25.28 | 28.28 | 4.66 | - |
| YUV | 136.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 17 | 0 | 0.10 | 0.90 | 0.36 | 53.38 | 0.81 | 0.35 |
| Hex | A2 | 92 | 11 | 0 | A | 5A | 24 | 35 | 51 | 23 |
| Octal | 242 | 222 | 21 | 0 | 12 | 132 | 44 | 65 | 121 | 43 |
| Binary | 10100010 | 10010010 | 10001 | 0 | 1010 | 1011010 | 100100 | 110101 | 1010001 | 100011 |
Color Harmonies of #A29211
Complementary color
Monochromatic Colors of #A29211
Black with #A29211
Text Example
Text Example
White with #A29211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29211; }
p { color: rgb(162,146,17); }
H1.HeaderClassName
{
color: #A29211;
}
.AnyTagClassName
{
color: #A29211;
}
</style>
background-color css
<style>
a { background-color: #A29211; }
a { background-color: rgb(162,146,17); }
div.DivClassName
{
background-color: #A29211;
}
.BgClassName
{
background-color: #A29211;
}
</style>
border-color css
<style>
span { border-color: #A29211; }
span { border-color: rgb(162,146,17); }
td.TdClassName
{
border-color: #A29211;
}
.TagClassName
{
border-color: #A29211;
}
</style>