Shades of Lucky #A29A12
Tints of Lucky #A29A12
RGB
CMYK
RGB Variations
Color information
#A29A12 (or 0xA29A12) is known color: Lucky. HEX triplet: A2, 9A and 12. RGB value is (162,154,18). Sum of RGB (Red+Green+Blue) = 162+154+18=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29A12 is #5D65ED. Grayscale: #8D8D8D. Windows color (decimal): -6120942 or 1219234. OLE color: 1219234.
HSL color Cylindrical-coordinate representation of color #A29A12: hue angle of 56.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A29A12 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 18 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.36 |
| HSL | 56.67º | 0.8% | 0.35% | - |
| HSV(B) | 56.67º | 0.89% | 0.64% | - |
| XYZ | 26.57 | 30.84 | 5.12 | - |
| YUV | 140.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 18 | 0 | 0.05 | 0.89 | 0.36 | 56.67 | 0.8 | 0.35 |
| Hex | A2 | 9A | 12 | 0 | 5 | 59 | 24 | 39 | 50 | 23 |
| Octal | 242 | 232 | 22 | 0 | 5 | 131 | 44 | 71 | 120 | 43 |
| Binary | 10100010 | 10011010 | 10010 | 0 | 101 | 1011001 | 100100 | 111001 | 1010000 | 100011 |
Color Harmonies of #A29A12
Complementary color
Monochromatic Colors of #A29A12
Black with #A29A12
Text Example
Text Example
White with #A29A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A12; }
p { color: rgb(162,154,18); }
H1.HeaderClassName
{
color: #A29A12;
}
.AnyTagClassName
{
color: #A29A12;
}
</style>
background-color css
<style>
a { background-color: #A29A12; }
a { background-color: rgb(162,154,18); }
div.DivClassName
{
background-color: #A29A12;
}
.BgClassName
{
background-color: #A29A12;
}
</style>
border-color css
<style>
span { border-color: #A29A12; }
span { border-color: rgb(162,154,18); }
td.TdClassName
{
border-color: #A29A12;
}
.TagClassName
{
border-color: #A29A12;
}
</style>