Shades of Lucky #A29328
Tints of Lucky #A29328
RGB
CMYK
RGB Variations
Color information
#A29328 (or 0xA29328) is known color: Lucky. HEX triplet: A2, 93 and 28. RGB value is (162,147,40). Sum of RGB (Red+Green+Blue) = 162+147+40=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A29328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29328 is #5D6CD7. Grayscale: #8B8B8B. Windows color (decimal): -6122712 or 2659234. OLE color: 2659234.
HSL color Cylindrical-coordinate representation of color #A29328: hue angle of 52.62º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A29328 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 40 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.36 |
| HSL | 52.62º | 0.6% | 0.4% | - |
| HSV(B) | 52.62º | 0.75% | 0.64% | - |
| XYZ | 25.72 | 28.7 | 6.19 | - |
| YUV | 139.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 40 | 0 | 0.09 | 0.75 | 0.36 | 52.62 | 0.6 | 0.4 |
| Hex | A2 | 93 | 28 | 0 | 9 | 4B | 24 | 35 | 3C | 28 |
| Octal | 242 | 223 | 50 | 0 | 11 | 113 | 44 | 65 | 74 | 50 |
| Binary | 10100010 | 10010011 | 101000 | 0 | 1001 | 1001011 | 100100 | 110101 | 111100 | 101000 |
Color Harmonies of #A29328
Complementary color
Monochromatic Colors of #A29328
Black with #A29328
Text Example
Text Example
White with #A29328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29328; }
p { color: rgb(162,147,40); }
H1.HeaderClassName
{
color: #A29328;
}
.AnyTagClassName
{
color: #A29328;
}
</style>
background-color css
<style>
a { background-color: #A29328; }
a { background-color: rgb(162,147,40); }
div.DivClassName
{
background-color: #A29328;
}
.BgClassName
{
background-color: #A29328;
}
</style>
border-color css
<style>
span { border-color: #A29328; }
span { border-color: rgb(162,147,40); }
td.TdClassName
{
border-color: #A29328;
}
.TagClassName
{
border-color: #A29328;
}
</style>