Shades of Lemon Ginger #A08B2A
Tints of Lemon Ginger #A08B2A
RGB
CMYK
RGB Variations
Color information
#A08B2A (or 0xA08B2A) is known color: Lemon Ginger. HEX triplet: A0, 8B and 2A. RGB value is (160,139,42). Sum of RGB (Red+Green+Blue) = 160+139+42=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B2A is #5F74D5. Grayscale: #868686. Windows color (decimal): -6255830 or 2788256. OLE color: 2788256.
HSL color Cylindrical-coordinate representation of color #A08B2A: hue angle of 49.32º 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 #A08B2A is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 42 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.37 |
| HSL | 49.32º | 0.58% | 0.4% | - |
| HSV(B) | 49.32º | 0.74% | 0.63% | - |
| XYZ | 24.15 | 26.11 | 5.96 | - |
| YUV | 134.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 42 | 0 | 0.13 | 0.74 | 0.37 | 49.32 | 0.58 | 0.4 |
| Hex | A0 | 8B | 2A | 0 | D | 4A | 25 | 31 | 3A | 28 |
| Octal | 240 | 213 | 52 | 0 | 15 | 112 | 45 | 61 | 72 | 50 |
| Binary | 10100000 | 10001011 | 101010 | 0 | 1101 | 1001010 | 100101 | 110001 | 111010 | 101000 |
Color Harmonies of #A08B2A
Complementary color
Monochromatic Colors of #A08B2A
Black with #A08B2A
Text Example
Text Example
White with #A08B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B2A; }
p { color: rgb(160,139,42); }
H1.HeaderClassName
{
color: #A08B2A;
}
.AnyTagClassName
{
color: #A08B2A;
}
</style>
background-color css
<style>
a { background-color: #A08B2A; }
a { background-color: rgb(160,139,42); }
div.DivClassName
{
background-color: #A08B2A;
}
.BgClassName
{
background-color: #A08B2A;
}
</style>
border-color css
<style>
span { border-color: #A08B2A; }
span { border-color: rgb(160,139,42); }
td.TdClassName
{
border-color: #A08B2A;
}
.TagClassName
{
border-color: #A08B2A;
}
</style>