Shades of Lucky #A29C31
Tints of Lucky #A29C31
RGB
CMYK
RGB Variations
Color information
#A29C31 (or 0xA29C31) is known color: Lucky. HEX triplet: A2, 9C and 31. RGB value is (162,156,49). Sum of RGB (Red+Green+Blue) = 162+156+49=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C31 is #5D63CE. Grayscale: #929292. Windows color (decimal): -6120399 or 3251362. OLE color: 3251362.
HSL color Cylindrical-coordinate representation of color #A29C31: hue angle of 56.81º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A29C31 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 49 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.36 |
| HSL | 56.81º | 0.54% | 0.41% | - |
| HSV(B) | 56.81º | 0.7% | 0.64% | - |
| XYZ | 27.34 | 31.68 | 7.58 | - |
| YUV | 145.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 49 | 0 | 0.04 | 0.70 | 0.36 | 56.81 | 0.54 | 0.41 |
| Hex | A2 | 9C | 31 | 0 | 4 | 46 | 24 | 39 | 36 | 29 |
| Octal | 242 | 234 | 61 | 0 | 4 | 106 | 44 | 71 | 66 | 51 |
| Binary | 10100010 | 10011100 | 110001 | 0 | 100 | 1000110 | 100100 | 111001 | 110110 | 101001 |
Color Harmonies of #A29C31
Complementary color
Monochromatic Colors of #A29C31
Black with #A29C31
Text Example
Text Example
White with #A29C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C31; }
p { color: rgb(162,156,49); }
H1.HeaderClassName
{
color: #A29C31;
}
.AnyTagClassName
{
color: #A29C31;
}
</style>
background-color css
<style>
a { background-color: #A29C31; }
a { background-color: rgb(162,156,49); }
div.DivClassName
{
background-color: #A29C31;
}
.BgClassName
{
background-color: #A29C31;
}
</style>
border-color css
<style>
span { border-color: #A29C31; }
span { border-color: rgb(162,156,49); }
td.TdClassName
{
border-color: #A29C31;
}
.TagClassName
{
border-color: #A29C31;
}
</style>