Shades of Lemon Ginger #A28C2A
Tints of Lemon Ginger #A28C2A
RGB
CMYK
RGB Variations
Color information
#A28C2A (or 0xA28C2A) is known color: Lemon Ginger. HEX triplet: A2, 8C and 2A. RGB value is (162,140,42). Sum of RGB (Red+Green+Blue) = 162+140+42=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C2A is #5D73D5. Grayscale: #878787. Windows color (decimal): -6124502 or 2788514. OLE color: 2788514.
HSL color Cylindrical-coordinate representation of color #A28C2A: hue angle of 49º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A28C2A is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 42 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.36 |
| HSL | 49º | 0.59% | 0.4% | - |
| HSV(B) | 49º | 0.74% | 0.64% | - |
| XYZ | 24.7 | 26.6 | 6.02 | - |
| YUV | 135.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 42 | 0 | 0.14 | 0.74 | 0.36 | 49 | 0.59 | 0.4 |
| Hex | A2 | 8C | 2A | 0 | E | 4A | 24 | 31 | 3B | 28 |
| Octal | 242 | 214 | 52 | 0 | 16 | 112 | 44 | 61 | 73 | 50 |
| Binary | 10100010 | 10001100 | 101010 | 0 | 1110 | 1001010 | 100100 | 110001 | 111011 | 101000 |
Color Harmonies of #A28C2A
Complementary color
Monochromatic Colors of #A28C2A
Black with #A28C2A
Text Example
Text Example
White with #A28C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C2A; }
p { color: rgb(162,140,42); }
H1.HeaderClassName
{
color: #A28C2A;
}
.AnyTagClassName
{
color: #A28C2A;
}
</style>
background-color css
<style>
a { background-color: #A28C2A; }
a { background-color: rgb(162,140,42); }
div.DivClassName
{
background-color: #A28C2A;
}
.BgClassName
{
background-color: #A28C2A;
}
</style>
border-color css
<style>
span { border-color: #A28C2A; }
span { border-color: rgb(162,140,42); }
td.TdClassName
{
border-color: #A28C2A;
}
.TagClassName
{
border-color: #A28C2A;
}
</style>