Shades of Lucky #A19529
Tints of Lucky #A19529
RGB
CMYK
RGB Variations
Color information
#A19529 (or 0xA19529) is known color: Lucky. HEX triplet: A1, 95 and 29. RGB value is (161,149,41). Sum of RGB (Red+Green+Blue) = 161+149+41=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A19529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19529 is #5E6AD6. Grayscale: #8C8C8C. Windows color (decimal): -6187735 or 2725281. OLE color: 2725281.
HSL color Cylindrical-coordinate representation of color #A19529: hue angle of 54º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A19529 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 41 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.37 |
| HSL | 54º | 0.59% | 0.4% | - |
| HSV(B) | 54º | 0.75% | 0.63% | - |
| XYZ | 25.85 | 29.23 | 6.38 | - |
| YUV | 140.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 41 | 0 | 0.07 | 0.75 | 0.37 | 54 | 0.59 | 0.4 |
| Hex | A1 | 95 | 29 | 0 | 7 | 4B | 25 | 36 | 3B | 28 |
| Octal | 241 | 225 | 51 | 0 | 7 | 113 | 45 | 66 | 73 | 50 |
| Binary | 10100001 | 10010101 | 101001 | 0 | 111 | 1001011 | 100101 | 110110 | 111011 | 101000 |
Color Harmonies of #A19529
Complementary color
Monochromatic Colors of #A19529
Black with #A19529
Text Example
Text Example
White with #A19529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19529; }
p { color: rgb(161,149,41); }
H1.HeaderClassName
{
color: #A19529;
}
.AnyTagClassName
{
color: #A19529;
}
</style>
background-color css
<style>
a { background-color: #A19529; }
a { background-color: rgb(161,149,41); }
div.DivClassName
{
background-color: #A19529;
}
.BgClassName
{
background-color: #A19529;
}
</style>
border-color css
<style>
span { border-color: #A19529; }
span { border-color: rgb(161,149,41); }
td.TdClassName
{
border-color: #A19529;
}
.TagClassName
{
border-color: #A19529;
}
</style>