Shades of Lemon Ginger #A28E27
Tints of Lemon Ginger #A28E27
RGB
CMYK
RGB Variations
Color information
#A28E27 (or 0xA28E27) is known color: Lemon Ginger. HEX triplet: A2, 8E and 27. RGB value is (162,142,39). Sum of RGB (Red+Green+Blue) = 162+142+39=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E27 is #5D71D8. Grayscale: #888888. Windows color (decimal): -6123993 or 2592418. OLE color: 2592418.
HSL color Cylindrical-coordinate representation of color #A28E27: hue angle of 50.24º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A28E27 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 39 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.36 |
| HSL | 50.24º | 0.61% | 0.39% | - |
| HSV(B) | 50.24º | 0.76% | 0.64% | - |
| XYZ | 24.94 | 27.17 | 5.85 | - |
| YUV | 136.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 39 | 0 | 0.12 | 0.76 | 0.36 | 50.24 | 0.61 | 0.39 |
| Hex | A2 | 8E | 27 | 0 | C | 4C | 24 | 32 | 3D | 27 |
| Octal | 242 | 216 | 47 | 0 | 14 | 114 | 44 | 62 | 75 | 47 |
| Binary | 10100010 | 10001110 | 100111 | 0 | 1100 | 1001100 | 100100 | 110010 | 111101 | 100111 |
Color Harmonies of #A28E27
Complementary color
Monochromatic Colors of #A28E27
Black with #A28E27
Text Example
Text Example
White with #A28E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E27; }
p { color: rgb(162,142,39); }
H1.HeaderClassName
{
color: #A28E27;
}
.AnyTagClassName
{
color: #A28E27;
}
</style>
background-color css
<style>
a { background-color: #A28E27; }
a { background-color: rgb(162,142,39); }
div.DivClassName
{
background-color: #A28E27;
}
.BgClassName
{
background-color: #A28E27;
}
</style>
border-color css
<style>
span { border-color: #A28E27; }
span { border-color: rgb(162,142,39); }
td.TdClassName
{
border-color: #A28E27;
}
.TagClassName
{
border-color: #A28E27;
}
</style>