Shades of Lemon Ginger #A0882A
Tints of Lemon Ginger #A0882A
RGB
CMYK
RGB Variations
Color information
#A0882A (or 0xA0882A) is known color: Lemon Ginger. HEX triplet: A0, 88 and 2A. RGB value is (160,136,42). Sum of RGB (Red+Green+Blue) = 160+136+42=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0882A is #5F77D5. Grayscale: #848484. Windows color (decimal): -6256598 or 2787488. OLE color: 2787488.
HSL color Cylindrical-coordinate representation of color #A0882A: hue angle of 47.8º 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 #A0882A is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 42 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.37 |
| HSL | 47.8º | 0.58% | 0.4% | - |
| HSV(B) | 47.8º | 0.74% | 0.63% | - |
| XYZ | 23.72 | 25.25 | 5.81 | - |
| YUV | 132.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 42 | 0 | 0.15 | 0.74 | 0.37 | 47.8 | 0.58 | 0.4 |
| Hex | A0 | 88 | 2A | 0 | F | 4A | 25 | 30 | 3A | 28 |
| Octal | 240 | 210 | 52 | 0 | 17 | 112 | 45 | 60 | 72 | 50 |
| Binary | 10100000 | 10001000 | 101010 | 0 | 1111 | 1001010 | 100101 | 110000 | 111010 | 101000 |
Color Harmonies of #A0882A
Complementary color
Monochromatic Colors of #A0882A
Black with #A0882A
Text Example
Text Example
White with #A0882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0882A; }
p { color: rgb(160,136,42); }
H1.HeaderClassName
{
color: #A0882A;
}
.AnyTagClassName
{
color: #A0882A;
}
</style>
background-color css
<style>
a { background-color: #A0882A; }
a { background-color: rgb(160,136,42); }
div.DivClassName
{
background-color: #A0882A;
}
.BgClassName
{
background-color: #A0882A;
}
</style>
border-color css
<style>
span { border-color: #A0882A; }
span { border-color: rgb(160,136,42); }
td.TdClassName
{
border-color: #A0882A;
}
.TagClassName
{
border-color: #A0882A;
}
</style>