Shades of Lucky #A29624
Tints of Lucky #A29624
RGB
CMYK
RGB Variations
Color information
#A29624 (or 0xA29624) is known color: Lucky. HEX triplet: A2, 96 and 24. RGB value is (162,150,36). Sum of RGB (Red+Green+Blue) = 162+150+36=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A29624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29624 is #5D69DB. Grayscale: #8D8D8D. Windows color (decimal): -6121948 or 2397858. OLE color: 2397858.
HSL color Cylindrical-coordinate representation of color #A29624: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A29624 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 36 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.36 |
| HSL | 54.29º | 0.64% | 0.39% | - |
| HSV(B) | 54.29º | 0.78% | 0.64% | - |
| XYZ | 26.13 | 29.62 | 6.01 | - |
| YUV | 140.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 36 | 0 | 0.07 | 0.78 | 0.36 | 54.29 | 0.64 | 0.39 |
| Hex | A2 | 96 | 24 | 0 | 7 | 4E | 24 | 36 | 40 | 27 |
| Octal | 242 | 226 | 44 | 0 | 7 | 116 | 44 | 66 | 100 | 47 |
| Binary | 10100010 | 10010110 | 100100 | 0 | 111 | 1001110 | 100100 | 110110 | 1000000 | 100111 |
Color Harmonies of #A29624
Complementary color
Monochromatic Colors of #A29624
Black with #A29624
Text Example
Text Example
White with #A29624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29624; }
p { color: rgb(162,150,36); }
H1.HeaderClassName
{
color: #A29624;
}
.AnyTagClassName
{
color: #A29624;
}
</style>
background-color css
<style>
a { background-color: #A29624; }
a { background-color: rgb(162,150,36); }
div.DivClassName
{
background-color: #A29624;
}
.BgClassName
{
background-color: #A29624;
}
</style>
border-color css
<style>
span { border-color: #A29624; }
span { border-color: rgb(162,150,36); }
td.TdClassName
{
border-color: #A29624;
}
.TagClassName
{
border-color: #A29624;
}
</style>