Shades of Lemon Ginger #A08D2D
Tints of Lemon Ginger #A08D2D
RGB
CMYK
RGB Variations
Color information
#A08D2D (or 0xA08D2D) is known color: Lemon Ginger. HEX triplet: A0, 8D and 2D. RGB value is (160,141,45). Sum of RGB (Red+Green+Blue) = 160+141+45=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D2D is #5F72D2. Grayscale: #888888. Windows color (decimal): -6255315 or 2985376. OLE color: 2985376.
HSL color Cylindrical-coordinate representation of color #A08D2D: hue angle of 50.09º 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 #A08D2D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 45 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.37 |
| HSL | 50.09º | 0.56% | 0.4% | - |
| HSV(B) | 50.09º | 0.72% | 0.63% | - |
| XYZ | 24.5 | 26.71 | 6.35 | - |
| YUV | 135.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 45 | 0 | 0.12 | 0.72 | 0.37 | 50.09 | 0.56 | 0.4 |
| Hex | A0 | 8D | 2D | 0 | C | 48 | 25 | 32 | 38 | 28 |
| Octal | 240 | 215 | 55 | 0 | 14 | 110 | 45 | 62 | 70 | 50 |
| Binary | 10100000 | 10001101 | 101101 | 0 | 1100 | 1001000 | 100101 | 110010 | 111000 | 101000 |
Color Harmonies of #A08D2D
Complementary color
Monochromatic Colors of #A08D2D
Black with #A08D2D
Text Example
Text Example
White with #A08D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D2D; }
p { color: rgb(160,141,45); }
H1.HeaderClassName
{
color: #A08D2D;
}
.AnyTagClassName
{
color: #A08D2D;
}
</style>
background-color css
<style>
a { background-color: #A08D2D; }
a { background-color: rgb(160,141,45); }
div.DivClassName
{
background-color: #A08D2D;
}
.BgClassName
{
background-color: #A08D2D;
}
</style>
border-color css
<style>
span { border-color: #A08D2D; }
span { border-color: rgb(160,141,45); }
td.TdClassName
{
border-color: #A08D2D;
}
.TagClassName
{
border-color: #A08D2D;
}
</style>