Shades of Lemon Ginger #A0892D
Tints of Lemon Ginger #A0892D
RGB
CMYK
RGB Variations
Color information
#A0892D (or 0xA0892D) is known color: Lemon Ginger. HEX triplet: A0, 89 and 2D. RGB value is (160,137,45). Sum of RGB (Red+Green+Blue) = 160+137+45=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0892D is #5F76D2. Grayscale: #858585. Windows color (decimal): -6256339 or 2984352. OLE color: 2984352.
HSL color Cylindrical-coordinate representation of color #A0892D: hue angle of 48º 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 #A0892D is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 45 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.37 |
| HSL | 48º | 0.56% | 0.4% | - |
| HSV(B) | 48º | 0.72% | 0.63% | - |
| XYZ | 23.92 | 25.55 | 6.15 | - |
| YUV | 133.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 45 | 0 | 0.14 | 0.72 | 0.37 | 48 | 0.56 | 0.4 |
| Hex | A0 | 89 | 2D | 0 | E | 48 | 25 | 30 | 38 | 28 |
| Octal | 240 | 211 | 55 | 0 | 16 | 110 | 45 | 60 | 70 | 50 |
| Binary | 10100000 | 10001001 | 101101 | 0 | 1110 | 1001000 | 100101 | 110000 | 111000 | 101000 |
Color Harmonies of #A0892D
Complementary color
Monochromatic Colors of #A0892D
Black with #A0892D
Text Example
Text Example
White with #A0892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0892D; }
p { color: rgb(160,137,45); }
H1.HeaderClassName
{
color: #A0892D;
}
.AnyTagClassName
{
color: #A0892D;
}
</style>
background-color css
<style>
a { background-color: #A0892D; }
a { background-color: rgb(160,137,45); }
div.DivClassName
{
background-color: #A0892D;
}
.BgClassName
{
background-color: #A0892D;
}
</style>
border-color css
<style>
span { border-color: #A0892D; }
span { border-color: rgb(160,137,45); }
td.TdClassName
{
border-color: #A0892D;
}
.TagClassName
{
border-color: #A0892D;
}
</style>