Shades of Lucky #A29019
Tints of Lucky #A29019
RGB
CMYK
RGB Variations
Color information
#A29019 (or 0xA29019) is known color: Lucky. HEX triplet: A2, 90 and 19. RGB value is (162,144,25). Sum of RGB (Red+Green+Blue) = 162+144+25=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A29019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29019 is #5D6FE6. Grayscale: #888888. Windows color (decimal): -6123495 or 1675426. OLE color: 1675426.
HSL color Cylindrical-coordinate representation of color #A29019: hue angle of 52.12º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A29019 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 25 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.36 |
| HSL | 52.12º | 0.73% | 0.37% | - |
| HSV(B) | 52.12º | 0.85% | 0.64% | - |
| XYZ | 25.05 | 27.7 | 4.95 | - |
| YUV | 135.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 25 | 0 | 0.11 | 0.85 | 0.36 | 52.12 | 0.73 | 0.37 |
| Hex | A2 | 90 | 19 | 0 | B | 55 | 24 | 34 | 49 | 25 |
| Octal | 242 | 220 | 31 | 0 | 13 | 125 | 44 | 64 | 111 | 45 |
| Binary | 10100010 | 10010000 | 11001 | 0 | 1011 | 1010101 | 100100 | 110100 | 1001001 | 100101 |
Color Harmonies of #A29019
Complementary color
Monochromatic Colors of #A29019
Black with #A29019
Text Example
Text Example
White with #A29019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29019; }
p { color: rgb(162,144,25); }
H1.HeaderClassName
{
color: #A29019;
}
.AnyTagClassName
{
color: #A29019;
}
</style>
background-color css
<style>
a { background-color: #A29019; }
a { background-color: rgb(162,144,25); }
div.DivClassName
{
background-color: #A29019;
}
.BgClassName
{
background-color: #A29019;
}
</style>
border-color css
<style>
span { border-color: #A29019; }
span { border-color: rgb(162,144,25); }
td.TdClassName
{
border-color: #A29019;
}
.TagClassName
{
border-color: #A29019;
}
</style>