Shades of Lucky #A29122
Tints of Lucky #A29122
RGB
CMYK
RGB Variations
Color information
#A29122 (or 0xA29122) is known color: Lucky. HEX triplet: A2, 91 and 22. RGB value is (162,145,34). Sum of RGB (Red+Green+Blue) = 162+145+34=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A29122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29122 is #5D6EDD. Grayscale: #898989. Windows color (decimal): -6123230 or 2265506. OLE color: 2265506.
HSL color Cylindrical-coordinate representation of color #A29122: hue angle of 52.03º 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 #A29122 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 34 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.36 |
| HSL | 52.03º | 0.65% | 0.38% | - |
| HSV(B) | 52.03º | 0.79% | 0.64% | - |
| XYZ | 25.31 | 28.05 | 5.59 | - |
| YUV | 137.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 34 | 0 | 0.10 | 0.79 | 0.36 | 52.03 | 0.65 | 0.38 |
| Hex | A2 | 91 | 22 | 0 | A | 4F | 24 | 34 | 41 | 26 |
| Octal | 242 | 221 | 42 | 0 | 12 | 117 | 44 | 64 | 101 | 46 |
| Binary | 10100010 | 10010001 | 100010 | 0 | 1010 | 1001111 | 100100 | 110100 | 1000001 | 100110 |
Color Harmonies of #A29122
Complementary color
Monochromatic Colors of #A29122
Black with #A29122
Text Example
Text Example
White with #A29122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29122; }
p { color: rgb(162,145,34); }
H1.HeaderClassName
{
color: #A29122;
}
.AnyTagClassName
{
color: #A29122;
}
</style>
background-color css
<style>
a { background-color: #A29122; }
a { background-color: rgb(162,145,34); }
div.DivClassName
{
background-color: #A29122;
}
.BgClassName
{
background-color: #A29122;
}
</style>
border-color css
<style>
span { border-color: #A29122; }
span { border-color: rgb(162,145,34); }
td.TdClassName
{
border-color: #A29122;
}
.TagClassName
{
border-color: #A29122;
}
</style>