Shades of Lucky #A29121
Tints of Lucky #A29121
RGB
CMYK
RGB Variations
Color information
#A29121 (or 0xA29121) is known color: Lucky. HEX triplet: A2, 91 and 21. RGB value is (162,145,33). Sum of RGB (Red+Green+Blue) = 162+145+33=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A29121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29121 is #5D6EDE. Grayscale: #898989. Windows color (decimal): -6123231 or 2199970. OLE color: 2199970.
HSL color Cylindrical-coordinate representation of color #A29121: hue angle of 52.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A29121 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 33 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.36 |
| HSL | 52.09º | 0.66% | 0.38% | - |
| HSV(B) | 52.09º | 0.8% | 0.64% | - |
| XYZ | 25.3 | 28.04 | 5.52 | - |
| YUV | 137.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 33 | 0 | 0.10 | 0.80 | 0.36 | 52.09 | 0.66 | 0.38 |
| Hex | A2 | 91 | 21 | 0 | A | 50 | 24 | 34 | 42 | 26 |
| Octal | 242 | 221 | 41 | 0 | 12 | 120 | 44 | 64 | 102 | 46 |
| Binary | 10100010 | 10010001 | 100001 | 0 | 1010 | 1010000 | 100100 | 110100 | 1000010 | 100110 |
Color Harmonies of #A29121
Complementary color
Monochromatic Colors of #A29121
Black with #A29121
Text Example
Text Example
White with #A29121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29121; }
p { color: rgb(162,145,33); }
H1.HeaderClassName
{
color: #A29121;
}
.AnyTagClassName
{
color: #A29121;
}
</style>
background-color css
<style>
a { background-color: #A29121; }
a { background-color: rgb(162,145,33); }
div.DivClassName
{
background-color: #A29121;
}
.BgClassName
{
background-color: #A29121;
}
</style>
border-color css
<style>
span { border-color: #A29121; }
span { border-color: rgb(162,145,33); }
td.TdClassName
{
border-color: #A29121;
}
.TagClassName
{
border-color: #A29121;
}
</style>