Shades of Lemon Ginger #A0872D
Tints of Lemon Ginger #A0872D
RGB
CMYK
RGB Variations
Color information
#A0872D (or 0xA0872D) is known color: Lemon Ginger. HEX triplet: A0, 87 and 2D. RGB value is (160,135,45). Sum of RGB (Red+Green+Blue) = 160+135+45=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0872D is #5F78D2. Grayscale: #848484. Windows color (decimal): -6256851 or 2983840. OLE color: 2983840.
HSL color Cylindrical-coordinate representation of color #A0872D: hue angle of 46.96º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0872D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 45 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.37 |
| HSL | 46.96º | 0.56% | 0.4% | - |
| HSV(B) | 46.96º | 0.72% | 0.63% | - |
| XYZ | 23.63 | 24.99 | 6.06 | - |
| YUV | 132.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 45 | 0 | 0.16 | 0.72 | 0.37 | 46.96 | 0.56 | 0.4 |
| Hex | A0 | 87 | 2D | 0 | 10 | 48 | 25 | 2F | 38 | 28 |
| Octal | 240 | 207 | 55 | 0 | 20 | 110 | 45 | 57 | 70 | 50 |
| Binary | 10100000 | 10000111 | 101101 | 0 | 10000 | 1001000 | 100101 | 101111 | 111000 | 101000 |
Color Harmonies of #A0872D
Complementary color
Monochromatic Colors of #A0872D
Black with #A0872D
Text Example
Text Example
White with #A0872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0872D; }
p { color: rgb(160,135,45); }
H1.HeaderClassName
{
color: #A0872D;
}
.AnyTagClassName
{
color: #A0872D;
}
</style>
background-color css
<style>
a { background-color: #A0872D; }
a { background-color: rgb(160,135,45); }
div.DivClassName
{
background-color: #A0872D;
}
.BgClassName
{
background-color: #A0872D;
}
</style>
border-color css
<style>
span { border-color: #A0872D; }
span { border-color: rgb(160,135,45); }
td.TdClassName
{
border-color: #A0872D;
}
.TagClassName
{
border-color: #A0872D;
}
</style>