Shades of Lemon Ginger #A08E2B
Tints of Lemon Ginger #A08E2B
RGB
CMYK
RGB Variations
Color information
#A08E2B (or 0xA08E2B) is known color: Lemon Ginger. HEX triplet: A0, 8E and 2B. RGB value is (160,142,43). Sum of RGB (Red+Green+Blue) = 160+142+43=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E2B is #5F71D4. Grayscale: #888888. Windows color (decimal): -6255061 or 2854560. OLE color: 2854560.
HSL color Cylindrical-coordinate representation of color #A08E2B: hue angle of 50.77º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A08E2B is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 43 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.37 |
| HSL | 50.77º | 0.58% | 0.4% | - |
| HSV(B) | 50.77º | 0.73% | 0.63% | - |
| XYZ | 24.61 | 26.99 | 6.2 | - |
| YUV | 136.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 43 | 0 | 0.11 | 0.73 | 0.37 | 50.77 | 0.58 | 0.4 |
| Hex | A0 | 8E | 2B | 0 | B | 49 | 25 | 33 | 3A | 28 |
| Octal | 240 | 216 | 53 | 0 | 13 | 111 | 45 | 63 | 72 | 50 |
| Binary | 10100000 | 10001110 | 101011 | 0 | 1011 | 1001001 | 100101 | 110011 | 111010 | 101000 |
Color Harmonies of #A08E2B
Complementary color
Monochromatic Colors of #A08E2B
Black with #A08E2B
Text Example
Text Example
White with #A08E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E2B; }
p { color: rgb(160,142,43); }
H1.HeaderClassName
{
color: #A08E2B;
}
.AnyTagClassName
{
color: #A08E2B;
}
</style>
background-color css
<style>
a { background-color: #A08E2B; }
a { background-color: rgb(160,142,43); }
div.DivClassName
{
background-color: #A08E2B;
}
.BgClassName
{
background-color: #A08E2B;
}
</style>
border-color css
<style>
span { border-color: #A08E2B; }
span { border-color: rgb(160,142,43); }
td.TdClassName
{
border-color: #A08E2B;
}
.TagClassName
{
border-color: #A08E2B;
}
</style>