Shades of Lemon Ginger #A08C2A
Tints of Lemon Ginger #A08C2A
RGB
CMYK
RGB Variations
Color information
#A08C2A (or 0xA08C2A) is known color: Lemon Ginger. HEX triplet: A0, 8C and 2A. RGB value is (160,140,42). Sum of RGB (Red+Green+Blue) = 160+140+42=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C2A is #5F73D5. Grayscale: #878787. Windows color (decimal): -6255574 or 2788512. OLE color: 2788512.
HSL color Cylindrical-coordinate representation of color #A08C2A: hue angle of 49.83º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A08C2A is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 42 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.37 |
| HSL | 49.83º | 0.58% | 0.4% | - |
| HSV(B) | 49.83º | 0.74% | 0.63% | - |
| XYZ | 24.29 | 26.4 | 6.01 | - |
| YUV | 134.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 42 | 0 | 0.12 | 0.74 | 0.37 | 49.83 | 0.58 | 0.4 |
| Hex | A0 | 8C | 2A | 0 | C | 4A | 25 | 32 | 3A | 28 |
| Octal | 240 | 214 | 52 | 0 | 14 | 112 | 45 | 62 | 72 | 50 |
| Binary | 10100000 | 10001100 | 101010 | 0 | 1100 | 1001010 | 100101 | 110010 | 111010 | 101000 |
Color Harmonies of #A08C2A
Complementary color
Monochromatic Colors of #A08C2A
Black with #A08C2A
Text Example
Text Example
White with #A08C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C2A; }
p { color: rgb(160,140,42); }
H1.HeaderClassName
{
color: #A08C2A;
}
.AnyTagClassName
{
color: #A08C2A;
}
</style>
background-color css
<style>
a { background-color: #A08C2A; }
a { background-color: rgb(160,140,42); }
div.DivClassName
{
background-color: #A08C2A;
}
.BgClassName
{
background-color: #A08C2A;
}
</style>
border-color css
<style>
span { border-color: #A08C2A; }
span { border-color: rgb(160,140,42); }
td.TdClassName
{
border-color: #A08C2A;
}
.TagClassName
{
border-color: #A08C2A;
}
</style>