Shades of Lucky #A29B16
Tints of Lucky #A29B16
RGB
CMYK
RGB Variations
Color information
#A29B16 (or 0xA29B16) is known color: Lucky. HEX triplet: A2, 9B and 16. RGB value is (162,155,22). Sum of RGB (Red+Green+Blue) = 162+155+22=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29B16 is #5D64E9. Grayscale: #8E8E8E. Windows color (decimal): -6120682 or 1481634. OLE color: 1481634.
HSL color Cylindrical-coordinate representation of color #A29B16: hue angle of 57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A29B16 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 22 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.36 |
| HSL | 57º | 0.76% | 0.36% | - |
| HSV(B) | 57º | 0.86% | 0.64% | - |
| XYZ | 26.77 | 31.18 | 5.37 | - |
| YUV | 141.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 22 | 0 | 0.04 | 0.86 | 0.36 | 57 | 0.76 | 0.36 |
| Hex | A2 | 9B | 16 | 0 | 4 | 56 | 24 | 39 | 4C | 24 |
| Octal | 242 | 233 | 26 | 0 | 4 | 126 | 44 | 71 | 114 | 44 |
| Binary | 10100010 | 10011011 | 10110 | 0 | 100 | 1010110 | 100100 | 111001 | 1001100 | 100100 |
Color Harmonies of #A29B16
Complementary color
Monochromatic Colors of #A29B16
Black with #A29B16
Text Example
Text Example
White with #A29B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B16; }
p { color: rgb(162,155,22); }
H1.HeaderClassName
{
color: #A29B16;
}
.AnyTagClassName
{
color: #A29B16;
}
</style>
background-color css
<style>
a { background-color: #A29B16; }
a { background-color: rgb(162,155,22); }
div.DivClassName
{
background-color: #A29B16;
}
.BgClassName
{
background-color: #A29B16;
}
</style>
border-color css
<style>
span { border-color: #A29B16; }
span { border-color: rgb(162,155,22); }
td.TdClassName
{
border-color: #A29B16;
}
.TagClassName
{
border-color: #A29B16;
}
</style>