Shades of Lucky #A29821
Tints of Lucky #A29821
RGB
CMYK
RGB Variations
Color information
#A29821 (or 0xA29821) is known color: Lucky. HEX triplet: A2, 98 and 21. RGB value is (162,152,33). Sum of RGB (Red+Green+Blue) = 162+152+33=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A29821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29821 is #5D67DE. Grayscale: #8D8D8D. Windows color (decimal): -6121439 or 2201762. OLE color: 2201762.
HSL color Cylindrical-coordinate representation of color #A29821: hue angle of 55.35º 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 #A29821 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 33 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.36 |
| HSL | 55.35º | 0.66% | 0.38% | - |
| HSV(B) | 55.35º | 0.8% | 0.64% | - |
| XYZ | 26.4 | 30.25 | 5.89 | - |
| YUV | 141.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 33 | 0 | 0.06 | 0.80 | 0.36 | 55.35 | 0.66 | 0.38 |
| Hex | A2 | 98 | 21 | 0 | 6 | 50 | 24 | 37 | 42 | 26 |
| Octal | 242 | 230 | 41 | 0 | 6 | 120 | 44 | 67 | 102 | 46 |
| Binary | 10100010 | 10011000 | 100001 | 0 | 110 | 1010000 | 100100 | 110111 | 1000010 | 100110 |
Color Harmonies of #A29821
Complementary color
Monochromatic Colors of #A29821
Black with #A29821
Text Example
Text Example
White with #A29821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29821; }
p { color: rgb(162,152,33); }
H1.HeaderClassName
{
color: #A29821;
}
.AnyTagClassName
{
color: #A29821;
}
</style>
background-color css
<style>
a { background-color: #A29821; }
a { background-color: rgb(162,152,33); }
div.DivClassName
{
background-color: #A29821;
}
.BgClassName
{
background-color: #A29821;
}
</style>
border-color css
<style>
span { border-color: #A29821; }
span { border-color: rgb(162,152,33); }
td.TdClassName
{
border-color: #A29821;
}
.TagClassName
{
border-color: #A29821;
}
</style>