Shades of Lucky #A29A18
Tints of Lucky #A29A18
RGB
CMYK
RGB Variations
Color information
#A29A18 (or 0xA29A18) is known color: Lucky. HEX triplet: A2, 9A and 18. RGB value is (162,154,24). Sum of RGB (Red+Green+Blue) = 162+154+24=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29A18 is #5D65E7. Grayscale: #8E8E8E. Windows color (decimal): -6120936 or 1612450. OLE color: 1612450.
HSL color Cylindrical-coordinate representation of color #A29A18: hue angle of 56.52º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A29A18 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 24 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.36 |
| HSL | 56.52º | 0.74% | 0.36% | - |
| HSV(B) | 56.52º | 0.85% | 0.64% | - |
| XYZ | 26.62 | 30.86 | 5.42 | - |
| YUV | 141.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 24 | 0 | 0.05 | 0.85 | 0.36 | 56.52 | 0.74 | 0.36 |
| Hex | A2 | 9A | 18 | 0 | 5 | 55 | 24 | 39 | 4A | 24 |
| Octal | 242 | 232 | 30 | 0 | 5 | 125 | 44 | 71 | 112 | 44 |
| Binary | 10100010 | 10011010 | 11000 | 0 | 101 | 1010101 | 100100 | 111001 | 1001010 | 100100 |
Color Harmonies of #A29A18
Complementary color
Monochromatic Colors of #A29A18
Black with #A29A18
Text Example
Text Example
White with #A29A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A18; }
p { color: rgb(162,154,24); }
H1.HeaderClassName
{
color: #A29A18;
}
.AnyTagClassName
{
color: #A29A18;
}
</style>
background-color css
<style>
a { background-color: #A29A18; }
a { background-color: rgb(162,154,24); }
div.DivClassName
{
background-color: #A29A18;
}
.BgClassName
{
background-color: #A29A18;
}
</style>
border-color css
<style>
span { border-color: #A29A18; }
span { border-color: rgb(162,154,24); }
td.TdClassName
{
border-color: #A29A18;
}
.TagClassName
{
border-color: #A29A18;
}
</style>