Shades of Lucky #A29A1E
Tints of Lucky #A29A1E
RGB
CMYK
RGB Variations
Color information
#A29A1E (or 0xA29A1E) is known color: Lucky. HEX triplet: A2, 9A and 1E. RGB value is (162,154,30). Sum of RGB (Red+Green+Blue) = 162+154+30=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A1E is #5D65E1. Grayscale: #8E8E8E. Windows color (decimal): -6120930 or 2005666. OLE color: 2005666.
HSL color Cylindrical-coordinate representation of color #A29A1E: hue angle of 56.36º 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 #A29A1E is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 30 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.36 |
| HSL | 56.36º | 0.69% | 0.38% | - |
| HSV(B) | 56.36º | 0.81% | 0.64% | - |
| XYZ | 26.69 | 30.89 | 5.78 | - |
| YUV | 142.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 30 | 0 | 0.05 | 0.81 | 0.36 | 56.36 | 0.69 | 0.38 |
| Hex | A2 | 9A | 1E | 0 | 5 | 51 | 24 | 38 | 45 | 26 |
| Octal | 242 | 232 | 36 | 0 | 5 | 121 | 44 | 70 | 105 | 46 |
| Binary | 10100010 | 10011010 | 11110 | 0 | 101 | 1010001 | 100100 | 111000 | 1000101 | 100110 |
Color Harmonies of #A29A1E
Complementary color
Monochromatic Colors of #A29A1E
Black with #A29A1E
Text Example
Text Example
White with #A29A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A1E; }
p { color: rgb(162,154,30); }
H1.HeaderClassName
{
color: #A29A1E;
}
.AnyTagClassName
{
color: #A29A1E;
}
</style>
background-color css
<style>
a { background-color: #A29A1E; }
a { background-color: rgb(162,154,30); }
div.DivClassName
{
background-color: #A29A1E;
}
.BgClassName
{
background-color: #A29A1E;
}
</style>
border-color css
<style>
span { border-color: #A29A1E; }
span { border-color: rgb(162,154,30); }
td.TdClassName
{
border-color: #A29A1E;
}
.TagClassName
{
border-color: #A29A1E;
}
</style>