Shades of Lucky #A78E18
Tints of Lucky #A78E18
RGB
CMYK
RGB Variations
Color information
#A78E18 (or 0xA78E18) is known color: Lucky. HEX triplet: A7, 8E and 18. RGB value is (167,142,24). Sum of RGB (Red+Green+Blue) = 167+142+24=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78E18 is #5871E7. Grayscale: #888888. Windows color (decimal): -5796328 or 1609383. OLE color: 1609383.
HSL color Cylindrical-coordinate representation of color #A78E18: hue angle of 49.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A78E18 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 24 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.35 |
| HSL | 49.51º | 0.75% | 0.37% | - |
| HSV(B) | 49.51º | 0.86% | 0.65% | - |
| XYZ | 25.77 | 27.63 | 4.84 | - |
| YUV | 136.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 24 | 0 | 0.15 | 0.86 | 0.35 | 49.51 | 0.75 | 0.37 |
| Hex | A7 | 8E | 18 | 0 | F | 56 | 23 | 32 | 4B | 25 |
| Octal | 247 | 216 | 30 | 0 | 17 | 126 | 43 | 62 | 113 | 45 |
| Binary | 10100111 | 10001110 | 11000 | 0 | 1111 | 1010110 | 100011 | 110010 | 1001011 | 100101 |
Color Harmonies of #A78E18
Complementary color
Monochromatic Colors of #A78E18
Black with #A78E18
Text Example
Text Example
White with #A78E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E18; }
p { color: rgb(167,142,24); }
H1.HeaderClassName
{
color: #A78E18;
}
.AnyTagClassName
{
color: #A78E18;
}
</style>
background-color css
<style>
a { background-color: #A78E18; }
a { background-color: rgb(167,142,24); }
div.DivClassName
{
background-color: #A78E18;
}
.BgClassName
{
background-color: #A78E18;
}
</style>
border-color css
<style>
span { border-color: #A78E18; }
span { border-color: rgb(167,142,24); }
td.TdClassName
{
border-color: #A78E18;
}
.TagClassName
{
border-color: #A78E18;
}
</style>