Shades of Lemon Ginger #A08C2D
Tints of Lemon Ginger #A08C2D
RGB
CMYK
RGB Variations
Color information
#A08C2D (or 0xA08C2D) is known color: Lemon Ginger. HEX triplet: A0, 8C and 2D. RGB value is (160,140,45). Sum of RGB (Red+Green+Blue) = 160+140+45=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C2D is #5F73D2. Grayscale: #878787. Windows color (decimal): -6255571 or 2985120. OLE color: 2985120.
HSL color Cylindrical-coordinate representation of color #A08C2D: hue angle of 49.57º 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 #A08C2D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 140 | 45 | - |
CMYK | 0 | 0.12 | 0.72 | 0.37 |
HSL | 49.57º | 0.56% | 0.4% | - |
HSV(B) | 49.57º | 0.72% | 0.63% | - |
XYZ | 24.35 | 26.42 | 6.3 | - |
YUV | 135.15 | 77.13 | 145.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 140 | 45 | 0 | 0.12 | 0.72 | 0.37 | 49.57 | 0.56 | 0.4 |
Hex | A0 | 8C | 2D | 0 | C | 48 | 25 | 32 | 38 | 28 |
Octal | 240 | 214 | 55 | 0 | 14 | 110 | 45 | 62 | 70 | 50 |
Binary | 10100000 | 10001100 | 101101 | 0 | 1100 | 1001000 | 100101 | 110010 | 111000 | 101000 |
Color Harmonies of #A08C2D
Complementary color
Monochromatic Colors of #A08C2D
Black with #A08C2D
Text Example
Text Example
White with #A08C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C2D; }
p { color: rgb(160,140,45); }
H1.HeaderClassName
{
color: #A08C2D;
}
.AnyTagClassName
{
color: #A08C2D;
}
</style>
background-color css
<style>
a { background-color: #A08C2D; }
a { background-color: rgb(160,140,45); }
div.DivClassName
{
background-color: #A08C2D;
}
.BgClassName
{
background-color: #A08C2D;
}
</style>
border-color css
<style>
span { border-color: #A08C2D; }
span { border-color: rgb(160,140,45); }
td.TdClassName
{
border-color: #A08C2D;
}
.TagClassName
{
border-color: #A08C2D;
}
</style>