Shades of Lucky #A29322
Tints of Lucky #A29322
RGB
CMYK
RGB Variations
Color information
#A29322 (or 0xA29322) is known color: Lucky. HEX triplet: A2, 93 and 22. RGB value is (162,147,34). Sum of RGB (Red+Green+Blue) = 162+147+34=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A29322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29322 is #5D6CDD. Grayscale: #8B8B8B. Windows color (decimal): -6122718 or 2266018. OLE color: 2266018.
HSL color Cylindrical-coordinate representation of color #A29322: hue angle of 52.97º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A29322 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 34 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.36 |
| HSL | 52.97º | 0.65% | 0.38% | - |
| HSV(B) | 52.97º | 0.79% | 0.64% | - |
| XYZ | 25.62 | 28.66 | 5.7 | - |
| YUV | 138.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 34 | 0 | 0.09 | 0.79 | 0.36 | 52.97 | 0.65 | 0.38 |
| Hex | A2 | 93 | 22 | 0 | 9 | 4F | 24 | 35 | 41 | 26 |
| Octal | 242 | 223 | 42 | 0 | 11 | 117 | 44 | 65 | 101 | 46 |
| Binary | 10100010 | 10010011 | 100010 | 0 | 1001 | 1001111 | 100100 | 110101 | 1000001 | 100110 |
Color Harmonies of #A29322
Complementary color
Monochromatic Colors of #A29322
Black with #A29322
Text Example
Text Example
White with #A29322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29322; }
p { color: rgb(162,147,34); }
H1.HeaderClassName
{
color: #A29322;
}
.AnyTagClassName
{
color: #A29322;
}
</style>
background-color css
<style>
a { background-color: #A29322; }
a { background-color: rgb(162,147,34); }
div.DivClassName
{
background-color: #A29322;
}
.BgClassName
{
background-color: #A29322;
}
</style>
border-color css
<style>
span { border-color: #A29322; }
span { border-color: rgb(162,147,34); }
td.TdClassName
{
border-color: #A29322;
}
.TagClassName
{
border-color: #A29322;
}
</style>