Shades of Lucky #A29C0A
Tints of Lucky #A29C0A
RGB
CMYK
RGB Variations
Color information
#A29C0A (or 0xA29C0A) is known color: Lucky. HEX triplet: A2, 9C and 0A. RGB value is (162,156,10). Sum of RGB (Red+Green+Blue) = 162+156+10=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29C0A is #5D63F5. Grayscale: #8D8D8D. Windows color (decimal): -6120438 or 695458. OLE color: 695458.
HSL color Cylindrical-coordinate representation of color #A29C0A: hue angle of 57.63º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A29C0A is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 10 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.36 |
| HSL | 57.63º | 0.88% | 0.34% | - |
| HSV(B) | 57.63º | 0.94% | 0.64% | - |
| XYZ | 26.84 | 31.48 | 4.95 | - |
| YUV | 141.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 10 | 0 | 0.04 | 0.94 | 0.36 | 57.63 | 0.88 | 0.34 |
| Hex | A2 | 9C | A | 0 | 4 | 5E | 24 | 3A | 58 | 22 |
| Octal | 242 | 234 | 12 | 0 | 4 | 136 | 44 | 72 | 130 | 42 |
| Binary | 10100010 | 10011100 | 1010 | 0 | 100 | 1011110 | 100100 | 111010 | 1011000 | 100010 |
Color Harmonies of #A29C0A
Complementary color
Monochromatic Colors of #A29C0A
Black with #A29C0A
Text Example
Text Example
White with #A29C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C0A; }
p { color: rgb(162,156,10); }
H1.HeaderClassName
{
color: #A29C0A;
}
.AnyTagClassName
{
color: #A29C0A;
}
</style>
background-color css
<style>
a { background-color: #A29C0A; }
a { background-color: rgb(162,156,10); }
div.DivClassName
{
background-color: #A29C0A;
}
.BgClassName
{
background-color: #A29C0A;
}
</style>
border-color css
<style>
span { border-color: #A29C0A; }
span { border-color: rgb(162,156,10); }
td.TdClassName
{
border-color: #A29C0A;
}
.TagClassName
{
border-color: #A29C0A;
}
</style>