Shades of Lemon Ginger #A18F23
Tints of Lemon Ginger #A18F23
RGB
CMYK
RGB Variations
Color information
#A18F23 (or 0xA18F23) is known color: Lemon Ginger. HEX triplet: A1, 8F and 23. RGB value is (161,143,35). Sum of RGB (Red+Green+Blue) = 161+143+35=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F23 is #5E70DC. Grayscale: #888888. Windows color (decimal): -6189277 or 2330529. OLE color: 2330529.
HSL color Cylindrical-coordinate representation of color #A18F23: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A18F23 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 35 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.37 |
| HSL | 51.43º | 0.64% | 0.38% | - |
| HSV(B) | 51.43º | 0.78% | 0.63% | - |
| XYZ | 24.82 | 27.34 | 5.56 | - |
| YUV | 136.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 35 | 0 | 0.11 | 0.78 | 0.37 | 51.43 | 0.64 | 0.38 |
| Hex | A1 | 8F | 23 | 0 | B | 4E | 25 | 33 | 40 | 26 |
| Octal | 241 | 217 | 43 | 0 | 13 | 116 | 45 | 63 | 100 | 46 |
| Binary | 10100001 | 10001111 | 100011 | 0 | 1011 | 1001110 | 100101 | 110011 | 1000000 | 100110 |
Color Harmonies of #A18F23
Complementary color
Monochromatic Colors of #A18F23
Black with #A18F23
Text Example
Text Example
White with #A18F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F23; }
p { color: rgb(161,143,35); }
H1.HeaderClassName
{
color: #A18F23;
}
.AnyTagClassName
{
color: #A18F23;
}
</style>
background-color css
<style>
a { background-color: #A18F23; }
a { background-color: rgb(161,143,35); }
div.DivClassName
{
background-color: #A18F23;
}
.BgClassName
{
background-color: #A18F23;
}
</style>
border-color css
<style>
span { border-color: #A18F23; }
span { border-color: rgb(161,143,35); }
td.TdClassName
{
border-color: #A18F23;
}
.TagClassName
{
border-color: #A18F23;
}
</style>