Shades of Lucky #A29720
Tints of Lucky #A29720
RGB
CMYK
RGB Variations
Color information
#A29720 (or 0xA29720) is known color: Lucky. HEX triplet: A2, 97 and 20. RGB value is (162,151,32). Sum of RGB (Red+Green+Blue) = 162+151+32=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A29720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29720 is #5D68DF. Grayscale: #8D8D8D. Windows color (decimal): -6121696 or 2135970. OLE color: 2135970.
HSL color Cylindrical-coordinate representation of color #A29720: hue angle of 54.92º degrees, saturation: 0.67, 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 #A29720 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 32 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.36 |
| HSL | 54.92º | 0.67% | 0.38% | - |
| HSV(B) | 54.92º | 0.8% | 0.64% | - |
| XYZ | 26.23 | 29.92 | 5.76 | - |
| YUV | 140.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 32 | 0 | 0.07 | 0.80 | 0.36 | 54.92 | 0.67 | 0.38 |
| Hex | A2 | 97 | 20 | 0 | 7 | 50 | 24 | 37 | 43 | 26 |
| Octal | 242 | 227 | 40 | 0 | 7 | 120 | 44 | 67 | 103 | 46 |
| Binary | 10100010 | 10010111 | 100000 | 0 | 111 | 1010000 | 100100 | 110111 | 1000011 | 100110 |
Color Harmonies of #A29720
Complementary color
Monochromatic Colors of #A29720
Black with #A29720
Text Example
Text Example
White with #A29720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29720; }
p { color: rgb(162,151,32); }
H1.HeaderClassName
{
color: #A29720;
}
.AnyTagClassName
{
color: #A29720;
}
</style>
background-color css
<style>
a { background-color: #A29720; }
a { background-color: rgb(162,151,32); }
div.DivClassName
{
background-color: #A29720;
}
.BgClassName
{
background-color: #A29720;
}
</style>
border-color css
<style>
span { border-color: #A29720; }
span { border-color: rgb(162,151,32); }
td.TdClassName
{
border-color: #A29720;
}
.TagClassName
{
border-color: #A29720;
}
</style>