Shades of Lemon Ginger #A08E26
Tints of Lemon Ginger #A08E26
RGB
CMYK
RGB Variations
Color information
#A08E26 (or 0xA08E26) is known color: Lemon Ginger. HEX triplet: A0, 8E and 26. RGB value is (160,142,38). Sum of RGB (Red+Green+Blue) = 160+142+38=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E26 is #5F71D9. Grayscale: #878787. Windows color (decimal): -6255066 or 2526880. OLE color: 2526880.
HSL color Cylindrical-coordinate representation of color #A08E26: hue angle of 51.15º 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 #A08E26 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 38 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.37 |
| HSL | 51.15º | 0.62% | 0.39% | - |
| HSV(B) | 51.15º | 0.76% | 0.63% | - |
| XYZ | 24.52 | 26.96 | 5.75 | - |
| YUV | 135.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 38 | 0 | 0.11 | 0.76 | 0.37 | 51.15 | 0.62 | 0.39 |
| Hex | A0 | 8E | 26 | 0 | B | 4C | 25 | 33 | 3E | 27 |
| Octal | 240 | 216 | 46 | 0 | 13 | 114 | 45 | 63 | 76 | 47 |
| Binary | 10100000 | 10001110 | 100110 | 0 | 1011 | 1001100 | 100101 | 110011 | 111110 | 100111 |
Color Harmonies of #A08E26
Complementary color
Monochromatic Colors of #A08E26
Black with #A08E26
Text Example
Text Example
White with #A08E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E26; }
p { color: rgb(160,142,38); }
H1.HeaderClassName
{
color: #A08E26;
}
.AnyTagClassName
{
color: #A08E26;
}
</style>
background-color css
<style>
a { background-color: #A08E26; }
a { background-color: rgb(160,142,38); }
div.DivClassName
{
background-color: #A08E26;
}
.BgClassName
{
background-color: #A08E26;
}
</style>
border-color css
<style>
span { border-color: #A08E26; }
span { border-color: rgb(160,142,38); }
td.TdClassName
{
border-color: #A08E26;
}
.TagClassName
{
border-color: #A08E26;
}
</style>