Shades of Lucky #A29C0E
Tints of Lucky #A29C0E
RGB
CMYK
RGB Variations
Color information
#A29C0E (or 0xA29C0E) is known color: Lucky. HEX triplet: A2, 9C and 0E. RGB value is (162,156,14). Sum of RGB (Red+Green+Blue) = 162+156+14=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29C0E is #5D63F1. Grayscale: #8E8E8E. Windows color (decimal): -6120434 or 957602. OLE color: 957602.
HSL color Cylindrical-coordinate representation of color #A29C0E: hue angle of 57.57º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A29C0E is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 14 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.36 |
| HSL | 57.57º | 0.84% | 0.35% | - |
| HSV(B) | 57.57º | 0.91% | 0.64% | - |
| XYZ | 26.87 | 31.49 | 5.08 | - |
| YUV | 141.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 14 | 0 | 0.04 | 0.91 | 0.36 | 57.57 | 0.84 | 0.35 |
| Hex | A2 | 9C | E | 0 | 4 | 5B | 24 | 3A | 54 | 23 |
| Octal | 242 | 234 | 16 | 0 | 4 | 133 | 44 | 72 | 124 | 43 |
| Binary | 10100010 | 10011100 | 1110 | 0 | 100 | 1011011 | 100100 | 111010 | 1010100 | 100011 |
Color Harmonies of #A29C0E
Complementary color
Monochromatic Colors of #A29C0E
Black with #A29C0E
Text Example
Text Example
White with #A29C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C0E; }
p { color: rgb(162,156,14); }
H1.HeaderClassName
{
color: #A29C0E;
}
.AnyTagClassName
{
color: #A29C0E;
}
</style>
background-color css
<style>
a { background-color: #A29C0E; }
a { background-color: rgb(162,156,14); }
div.DivClassName
{
background-color: #A29C0E;
}
.BgClassName
{
background-color: #A29C0E;
}
</style>
border-color css
<style>
span { border-color: #A29C0E; }
span { border-color: rgb(162,156,14); }
td.TdClassName
{
border-color: #A29C0E;
}
.TagClassName
{
border-color: #A29C0E;
}
</style>