Shades of Lucky #A29224
Tints of Lucky #A29224
RGB
CMYK
RGB Variations
Color information
#A29224 (or 0xA29224) is known color: Lucky. HEX triplet: A2, 92 and 24. RGB value is (162,146,36). Sum of RGB (Red+Green+Blue) = 162+146+36=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A29224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29224 is #5D6DDB. Grayscale: #8A8A8A. Windows color (decimal): -6122972 or 2396834. OLE color: 2396834.
HSL color Cylindrical-coordinate representation of color #A29224: hue angle of 52.38º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A29224 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 36 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.36 |
| HSL | 52.38º | 0.64% | 0.39% | - |
| HSV(B) | 52.38º | 0.78% | 0.64% | - |
| XYZ | 25.5 | 28.37 | 5.8 | - |
| YUV | 138.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 36 | 0 | 0.10 | 0.78 | 0.36 | 52.38 | 0.64 | 0.39 |
| Hex | A2 | 92 | 24 | 0 | A | 4E | 24 | 34 | 40 | 27 |
| Octal | 242 | 222 | 44 | 0 | 12 | 116 | 44 | 64 | 100 | 47 |
| Binary | 10100010 | 10010010 | 100100 | 0 | 1010 | 1001110 | 100100 | 110100 | 1000000 | 100111 |
Color Harmonies of #A29224
Complementary color
Monochromatic Colors of #A29224
Black with #A29224
Text Example
Text Example
White with #A29224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29224; }
p { color: rgb(162,146,36); }
H1.HeaderClassName
{
color: #A29224;
}
.AnyTagClassName
{
color: #A29224;
}
</style>
background-color css
<style>
a { background-color: #A29224; }
a { background-color: rgb(162,146,36); }
div.DivClassName
{
background-color: #A29224;
}
.BgClassName
{
background-color: #A29224;
}
</style>
border-color css
<style>
span { border-color: #A29224; }
span { border-color: rgb(162,146,36); }
td.TdClassName
{
border-color: #A29224;
}
.TagClassName
{
border-color: #A29224;
}
</style>