#A18E28

Color #A18E28 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #A18E28

Tints of Lemon Ginger #A18E28

Color information

#A18E28 (or 0xA18E28) is unknown color: approx Lemon Ginger. HEX triplet: A1, 8E and 28. RGB value is (161,142,40). Sum of RGB (Red+Green+Blue) = 161+142+40=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E28 is #5E71D7. Grayscale: #888888. Windows color (decimal): -6189528 or 2657953. OLE color: 2657953.

HSL color Cylindrical-coordinate representation of color #A18E28: hue angle of 50.58º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18E28 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16114240-
CMYK00.120.750.37
HSL50.58º60.2%39.41%-
HSV(B)50.58º75.16%63.14%-
XYZ24.7527.085.93-
YUV136.0573.79145.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=46.94%
G=41.40%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611424000.120.750.3750.5860.239.41
HexA18E280C4B25333c27
Octal2412165001411345637447
Binary1010000110001110101000011001001011100101110011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E28; }

 p { color: rgb(161,142,40); }

 H1.HeaderClassName
 {
   color: #A18E28;
 }
 .AnyTagClassName
 {
   color: #A18E28;
 }
</style>
background-color css

<style>
 a { background-color: #A18E28; }

 a { background-color: rgb(161,142,40); }

 div.DivClassName
 {
   background-color: #A18E28;
 }
 .BgClassName
 {
   background-color: #A18E28;
 }
</style>
border-color css

<style>
 span { border-color: #A18E28; }

 span { border-color: rgb(161,142,40); }

 td.TdClassName
 {
   border-color: #A18E28;
 }
 .TagClassName
 {
   border-color: #A18E28;
 }
</style>