Shades of Lemon Ginger #A09126
Tints of Lemon Ginger #A09126
RGB
CMYK
RGB Variations
Color information
#A09126 (or 0xA09126) is known color: Lemon Ginger. HEX triplet: A0, 91 and 26. RGB value is (160,145,38). Sum of RGB (Red+Green+Blue) = 160+145+38=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A09126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09126 is #5F6ED9. Grayscale: #898989. Windows color (decimal): -6254298 or 2527648. OLE color: 2527648.
HSL color Cylindrical-coordinate representation of color #A09126: hue angle of 52.62º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A09126 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 38 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.37 |
| HSL | 52.62º | 0.62% | 0.39% | - |
| HSV(B) | 52.62º | 0.76% | 0.63% | - |
| XYZ | 24.97 | 27.86 | 5.9 | - |
| YUV | 137.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 38 | 0 | 0.09 | 0.76 | 0.37 | 52.62 | 0.62 | 0.39 |
| Hex | A0 | 91 | 26 | 0 | 9 | 4C | 25 | 35 | 3E | 27 |
| Octal | 240 | 221 | 46 | 0 | 11 | 114 | 45 | 65 | 76 | 47 |
| Binary | 10100000 | 10010001 | 100110 | 0 | 1001 | 1001100 | 100101 | 110101 | 111110 | 100111 |
Color Harmonies of #A09126
Complementary color
Monochromatic Colors of #A09126
Black with #A09126
Text Example
Text Example
White with #A09126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09126; }
p { color: rgb(160,145,38); }
H1.HeaderClassName
{
color: #A09126;
}
.AnyTagClassName
{
color: #A09126;
}
</style>
background-color css
<style>
a { background-color: #A09126; }
a { background-color: rgb(160,145,38); }
div.DivClassName
{
background-color: #A09126;
}
.BgClassName
{
background-color: #A09126;
}
</style>
border-color css
<style>
span { border-color: #A09126; }
span { border-color: rgb(160,145,38); }
td.TdClassName
{
border-color: #A09126;
}
.TagClassName
{
border-color: #A09126;
}
</style>