Shades of Lucky #A08E18
Tints of Lucky #A08E18
RGB
CMYK
RGB Variations
Color information
#A08E18 (or 0xA08E18) is known color: Lucky. HEX triplet: A0, 8E and 18. RGB value is (160,142,24). Sum of RGB (Red+Green+Blue) = 160+142+24=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E18 is #5F71E7. Grayscale: #868686. Windows color (decimal): -6255080 or 1609376. OLE color: 1609376.
HSL color Cylindrical-coordinate representation of color #A08E18: hue angle of 52.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A08E18 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 24 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.37 |
| HSL | 52.06º | 0.74% | 0.36% | - |
| HSV(B) | 52.06º | 0.85% | 0.63% | - |
| XYZ | 24.34 | 26.89 | 4.77 | - |
| YUV | 133.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 24 | 0 | 0.11 | 0.85 | 0.37 | 52.06 | 0.74 | 0.36 |
| Hex | A0 | 8E | 18 | 0 | B | 55 | 25 | 34 | 4A | 24 |
| Octal | 240 | 216 | 30 | 0 | 13 | 125 | 45 | 64 | 112 | 44 |
| Binary | 10100000 | 10001110 | 11000 | 0 | 1011 | 1010101 | 100101 | 110100 | 1001010 | 100100 |
Color Harmonies of #A08E18
Complementary color
Monochromatic Colors of #A08E18
Black with #A08E18
Text Example
Text Example
White with #A08E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E18; }
p { color: rgb(160,142,24); }
H1.HeaderClassName
{
color: #A08E18;
}
.AnyTagClassName
{
color: #A08E18;
}
</style>
background-color css
<style>
a { background-color: #A08E18; }
a { background-color: rgb(160,142,24); }
div.DivClassName
{
background-color: #A08E18;
}
.BgClassName
{
background-color: #A08E18;
}
</style>
border-color css
<style>
span { border-color: #A08E18; }
span { border-color: rgb(160,142,24); }
td.TdClassName
{
border-color: #A08E18;
}
.TagClassName
{
border-color: #A08E18;
}
</style>