Shades of Lucky #A29B11
Tints of Lucky #A29B11
RGB
CMYK
RGB Variations
Color information
#A29B11 (or 0xA29B11) is known color: Lucky. HEX triplet: A2, 9B and 11. RGB value is (162,155,17). Sum of RGB (Red+Green+Blue) = 162+155+17=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29B11 is #5D64EE. Grayscale: #8D8D8D. Windows color (decimal): -6120687 or 1153954. OLE color: 1153954.
HSL color Cylindrical-coordinate representation of color #A29B11: hue angle of 57.1º 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 #A29B11 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 17 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.36 |
| HSL | 57.1º | 0.81% | 0.35% | - |
| HSV(B) | 57.1º | 0.9% | 0.64% | - |
| XYZ | 26.72 | 31.16 | 5.14 | - |
| YUV | 141.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 17 | 0 | 0.04 | 0.90 | 0.36 | 57.1 | 0.81 | 0.35 |
| Hex | A2 | 9B | 11 | 0 | 4 | 5A | 24 | 39 | 51 | 23 |
| Octal | 242 | 233 | 21 | 0 | 4 | 132 | 44 | 71 | 121 | 43 |
| Binary | 10100010 | 10011011 | 10001 | 0 | 100 | 1011010 | 100100 | 111001 | 1010001 | 100011 |
Color Harmonies of #A29B11
Complementary color
Monochromatic Colors of #A29B11
Black with #A29B11
Text Example
Text Example
White with #A29B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B11; }
p { color: rgb(162,155,17); }
H1.HeaderClassName
{
color: #A29B11;
}
.AnyTagClassName
{
color: #A29B11;
}
</style>
background-color css
<style>
a { background-color: #A29B11; }
a { background-color: rgb(162,155,17); }
div.DivClassName
{
background-color: #A29B11;
}
.BgClassName
{
background-color: #A29B11;
}
</style>
border-color css
<style>
span { border-color: #A29B11; }
span { border-color: rgb(162,155,17); }
td.TdClassName
{
border-color: #A29B11;
}
.TagClassName
{
border-color: #A29B11;
}
</style>