Shades of Lucky #A29C1E
Tints of Lucky #A29C1E
RGB
CMYK
RGB Variations
Color information
#A29C1E (or 0xA29C1E) is known color: Lucky. HEX triplet: A2, 9C and 1E. RGB value is (162,156,30). Sum of RGB (Red+Green+Blue) = 162+156+30=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C1E is #5D63E1. Grayscale: #8F8F8F. Windows color (decimal): -6120418 or 2006178. OLE color: 2006178.
HSL color Cylindrical-coordinate representation of color #A29C1E: hue angle of 57.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A29C1E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 30 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.36 |
| HSL | 57.27º | 0.69% | 0.38% | - |
| HSV(B) | 57.27º | 0.81% | 0.64% | - |
| XYZ | 27.02 | 31.55 | 5.89 | - |
| YUV | 143.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 30 | 0 | 0.04 | 0.81 | 0.36 | 57.27 | 0.69 | 0.38 |
| Hex | A2 | 9C | 1E | 0 | 4 | 51 | 24 | 39 | 45 | 26 |
| Octal | 242 | 234 | 36 | 0 | 4 | 121 | 44 | 71 | 105 | 46 |
| Binary | 10100010 | 10011100 | 11110 | 0 | 100 | 1010001 | 100100 | 111001 | 1000101 | 100110 |
Color Harmonies of #A29C1E
Complementary color
Monochromatic Colors of #A29C1E
Black with #A29C1E
Text Example
Text Example
White with #A29C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C1E; }
p { color: rgb(162,156,30); }
H1.HeaderClassName
{
color: #A29C1E;
}
.AnyTagClassName
{
color: #A29C1E;
}
</style>
background-color css
<style>
a { background-color: #A29C1E; }
a { background-color: rgb(162,156,30); }
div.DivClassName
{
background-color: #A29C1E;
}
.BgClassName
{
background-color: #A29C1E;
}
</style>
border-color css
<style>
span { border-color: #A29C1E; }
span { border-color: rgb(162,156,30); }
td.TdClassName
{
border-color: #A29C1E;
}
.TagClassName
{
border-color: #A29C1E;
}
</style>