Shades of Lemon Ginger #A18E24
Tints of Lemon Ginger #A18E24
RGB
CMYK
RGB Variations
Color information
#A18E24 (or 0xA18E24) is known color: Lemon Ginger. HEX triplet: A1, 8E and 24. RGB value is (161,142,36). Sum of RGB (Red+Green+Blue) = 161+142+36=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E24 is #5E71DB. Grayscale: #888888. Windows color (decimal): -6189532 or 2395809. OLE color: 2395809.
HSL color Cylindrical-coordinate representation of color #A18E24: hue angle of 50.88º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A18E24 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 142 | 36 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.37 |
| HSL | 50.88º | 0.63% | 0.39% | - |
| HSV(B) | 50.88º | 0.78% | 0.63% | - |
| XYZ | 24.69 | 27.05 | 5.59 | - |
| YUV | 135.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 36 | 0 | 0.12 | 0.78 | 0.37 | 50.88 | 0.63 | 0.39 |
| Hex | A1 | 8E | 24 | 0 | C | 4E | 25 | 33 | 3F | 27 |
| Octal | 241 | 216 | 44 | 0 | 14 | 116 | 45 | 63 | 77 | 47 |
| Binary | 10100001 | 10001110 | 100100 | 0 | 1100 | 1001110 | 100101 | 110011 | 111111 | 100111 |
Color Harmonies of #A18E24
Complementary color
Monochromatic Colors of #A18E24
Black with #A18E24
Text Example
Text Example
White with #A18E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18E24; }
p { color: rgb(161,142,36); }
H1.HeaderClassName
{
color: #A18E24;
}
.AnyTagClassName
{
color: #A18E24;
}
</style>
background-color css
<style>
a { background-color: #A18E24; }
a { background-color: rgb(161,142,36); }
div.DivClassName
{
background-color: #A18E24;
}
.BgClassName
{
background-color: #A18E24;
}
</style>
border-color css
<style>
span { border-color: #A18E24; }
span { border-color: rgb(161,142,36); }
td.TdClassName
{
border-color: #A18E24;
}
.TagClassName
{
border-color: #A18E24;
}
</style>