Shades of Lucky #A29A2C
Tints of Lucky #A29A2C
RGB
CMYK
RGB Variations
Color information
#A29A2C (or 0xA29A2C) is known color: Lucky. HEX triplet: A2, 9A and 2C. RGB value is (162,154,44). Sum of RGB (Red+Green+Blue) = 162+154+44=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A2C is #5D65D3. Grayscale: #909090. Windows color (decimal): -6120916 or 2923170. OLE color: 2923170.
HSL color Cylindrical-coordinate representation of color #A29A2C: hue angle of 55.93º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A29A2C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 44 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.36 |
| HSL | 55.93º | 0.57% | 0.4% | - |
| HSV(B) | 55.93º | 0.73% | 0.64% | - |
| XYZ | 26.91 | 30.97 | 6.94 | - |
| YUV | 143.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 44 | 0 | 0.05 | 0.73 | 0.36 | 55.93 | 0.57 | 0.4 |
| Hex | A2 | 9A | 2C | 0 | 5 | 49 | 24 | 38 | 39 | 28 |
| Octal | 242 | 232 | 54 | 0 | 5 | 111 | 44 | 70 | 71 | 50 |
| Binary | 10100010 | 10011010 | 101100 | 0 | 101 | 1001001 | 100100 | 111000 | 111001 | 101000 |
Color Harmonies of #A29A2C
Complementary color
Monochromatic Colors of #A29A2C
Black with #A29A2C
Text Example
Text Example
White with #A29A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A2C; }
p { color: rgb(162,154,44); }
H1.HeaderClassName
{
color: #A29A2C;
}
.AnyTagClassName
{
color: #A29A2C;
}
</style>
background-color css
<style>
a { background-color: #A29A2C; }
a { background-color: rgb(162,154,44); }
div.DivClassName
{
background-color: #A29A2C;
}
.BgClassName
{
background-color: #A29A2C;
}
</style>
border-color css
<style>
span { border-color: #A29A2C; }
span { border-color: rgb(162,154,44); }
td.TdClassName
{
border-color: #A29A2C;
}
.TagClassName
{
border-color: #A29A2C;
}
</style>