Shades of Lucky #A29D19
Tints of Lucky #A29D19
RGB
CMYK
RGB Variations
Color information
#A29D19 (or 0xA29D19) is known color: Lucky. HEX triplet: A2, 9D and 19. RGB value is (162,157,25). Sum of RGB (Red+Green+Blue) = 162+157+25=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D19 is #5D62E6. Grayscale: #8F8F8F. Windows color (decimal): -6120167 or 1678754. OLE color: 1678754.
HSL color Cylindrical-coordinate representation of color #A29D19: hue angle of 57.81º 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 #A29D19 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 25 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.36 |
| HSL | 57.81º | 0.73% | 0.37% | - |
| HSV(B) | 57.81º | 0.85% | 0.64% | - |
| XYZ | 27.13 | 31.87 | 5.64 | - |
| YUV | 143.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 25 | 0 | 0.03 | 0.85 | 0.36 | 57.81 | 0.73 | 0.37 |
| Hex | A2 | 9D | 19 | 0 | 3 | 55 | 24 | 3A | 49 | 25 |
| Octal | 242 | 235 | 31 | 0 | 3 | 125 | 44 | 72 | 111 | 45 |
| Binary | 10100010 | 10011101 | 11001 | 0 | 11 | 1010101 | 100100 | 111010 | 1001001 | 100101 |
Color Harmonies of #A29D19
Complementary color
Monochromatic Colors of #A29D19
Black with #A29D19
Text Example
Text Example
White with #A29D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D19; }
p { color: rgb(162,157,25); }
H1.HeaderClassName
{
color: #A29D19;
}
.AnyTagClassName
{
color: #A29D19;
}
</style>
background-color css
<style>
a { background-color: #A29D19; }
a { background-color: rgb(162,157,25); }
div.DivClassName
{
background-color: #A29D19;
}
.BgClassName
{
background-color: #A29D19;
}
</style>
border-color css
<style>
span { border-color: #A29D19; }
span { border-color: rgb(162,157,25); }
td.TdClassName
{
border-color: #A29D19;
}
.TagClassName
{
border-color: #A29D19;
}
</style>