Shades of Lemon Ginger #A09228
Tints of Lemon Ginger #A09228
RGB
CMYK
RGB Variations
Color information
#A09228 (or 0xA09228) is known color: Lemon Ginger. HEX triplet: A0, 92 and 28. RGB value is (160,146,40). Sum of RGB (Red+Green+Blue) = 160+146+40=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A09228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09228 is #5F6DD7. Grayscale: #8A8A8A. Windows color (decimal): -6254040 or 2658976. OLE color: 2658976.
HSL color Cylindrical-coordinate representation of color #A09228: hue angle of 53º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A09228 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 40 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.37 |
| HSL | 53º | 0.6% | 0.39% | - |
| HSV(B) | 53º | 0.75% | 0.63% | - |
| XYZ | 25.16 | 28.18 | 6.12 | - |
| YUV | 138.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 40 | 0 | 0.09 | 0.75 | 0.37 | 53 | 0.6 | 0.39 |
| Hex | A0 | 92 | 28 | 0 | 9 | 4B | 25 | 35 | 3C | 27 |
| Octal | 240 | 222 | 50 | 0 | 11 | 113 | 45 | 65 | 74 | 47 |
| Binary | 10100000 | 10010010 | 101000 | 0 | 1001 | 1001011 | 100101 | 110101 | 111100 | 100111 |
Color Harmonies of #A09228
Complementary color
Monochromatic Colors of #A09228
Black with #A09228
Text Example
Text Example
White with #A09228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09228; }
p { color: rgb(160,146,40); }
H1.HeaderClassName
{
color: #A09228;
}
.AnyTagClassName
{
color: #A09228;
}
</style>
background-color css
<style>
a { background-color: #A09228; }
a { background-color: rgb(160,146,40); }
div.DivClassName
{
background-color: #A09228;
}
.BgClassName
{
background-color: #A09228;
}
</style>
border-color css
<style>
span { border-color: #A09228; }
span { border-color: rgb(160,146,40); }
td.TdClassName
{
border-color: #A09228;
}
.TagClassName
{
border-color: #A09228;
}
</style>