Shades of Lemon Ginger #A08C24
Tints of Lemon Ginger #A08C24
RGB
CMYK
RGB Variations
Color information
#A08C24 (or 0xA08C24) is known color: Lemon Ginger. HEX triplet: A0, 8C and 24. RGB value is (160,140,36). Sum of RGB (Red+Green+Blue) = 160+140+36=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C24 is #5F73DB. Grayscale: #868686. Windows color (decimal): -6255580 or 2395296. OLE color: 2395296.
HSL color Cylindrical-coordinate representation of color #A08C24: hue angle of 50.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A08C24 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 36 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.37 |
| HSL | 50.32º | 0.63% | 0.38% | - |
| HSV(B) | 50.32º | 0.78% | 0.63% | - |
| XYZ | 24.19 | 26.36 | 5.48 | - |
| YUV | 134.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 36 | 0 | 0.12 | 0.78 | 0.37 | 50.32 | 0.63 | 0.38 |
| Hex | A0 | 8C | 24 | 0 | C | 4E | 25 | 32 | 3F | 26 |
| Octal | 240 | 214 | 44 | 0 | 14 | 116 | 45 | 62 | 77 | 46 |
| Binary | 10100000 | 10001100 | 100100 | 0 | 1100 | 1001110 | 100101 | 110010 | 111111 | 100110 |
Color Harmonies of #A08C24
Complementary color
Monochromatic Colors of #A08C24
Black with #A08C24
Text Example
Text Example
White with #A08C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C24; }
p { color: rgb(160,140,36); }
H1.HeaderClassName
{
color: #A08C24;
}
.AnyTagClassName
{
color: #A08C24;
}
</style>
background-color css
<style>
a { background-color: #A08C24; }
a { background-color: rgb(160,140,36); }
div.DivClassName
{
background-color: #A08C24;
}
.BgClassName
{
background-color: #A08C24;
}
</style>
border-color css
<style>
span { border-color: #A08C24; }
span { border-color: rgb(160,140,36); }
td.TdClassName
{
border-color: #A08C24;
}
.TagClassName
{
border-color: #A08C24;
}
</style>