Shades of Lucky #A08E19
Tints of Lucky #A08E19
RGB
CMYK
RGB Variations
Color information
#A08E19 (or 0xA08E19) is known color: Lucky. HEX triplet: A0, 8E and 19. RGB value is (160,142,25). Sum of RGB (Red+Green+Blue) = 160+142+25=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E19 is #5F71E6. Grayscale: #868686. Windows color (decimal): -6255079 or 1674912. OLE color: 1674912.
HSL color Cylindrical-coordinate representation of color #A08E19: hue angle of 52º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A08E19 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 25 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.37 |
| HSL | 52º | 0.73% | 0.36% | - |
| HSV(B) | 52º | 0.84% | 0.63% | - |
| XYZ | 24.35 | 26.89 | 4.83 | - |
| YUV | 134.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 25 | 0 | 0.11 | 0.84 | 0.37 | 52 | 0.73 | 0.36 |
| Hex | A0 | 8E | 19 | 0 | B | 54 | 25 | 34 | 49 | 24 |
| Octal | 240 | 216 | 31 | 0 | 13 | 124 | 45 | 64 | 111 | 44 |
| Binary | 10100000 | 10001110 | 11001 | 0 | 1011 | 1010100 | 100101 | 110100 | 1001001 | 100100 |
Color Harmonies of #A08E19
Complementary color
Monochromatic Colors of #A08E19
Black with #A08E19
Text Example
Text Example
White with #A08E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E19; }
p { color: rgb(160,142,25); }
H1.HeaderClassName
{
color: #A08E19;
}
.AnyTagClassName
{
color: #A08E19;
}
</style>
background-color css
<style>
a { background-color: #A08E19; }
a { background-color: rgb(160,142,25); }
div.DivClassName
{
background-color: #A08E19;
}
.BgClassName
{
background-color: #A08E19;
}
</style>
border-color css
<style>
span { border-color: #A08E19; }
span { border-color: rgb(160,142,25); }
td.TdClassName
{
border-color: #A08E19;
}
.TagClassName
{
border-color: #A08E19;
}
</style>