#A18E2B

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

Shades of Lemon Ginger #A18E2B

Tints of Lemon Ginger #A18E2B

Color information

#A18E2B (or 0xA18E2B) is unknown color: approx Lemon Ginger. HEX triplet: A1, 8E and 2B. RGB value is (161,142,43). Sum of RGB (Red+Green+Blue) = 161+142+43=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E2B is #5E71D4. Grayscale: #888888. Windows color (decimal): -6189525 or 2854561. OLE color: 2854561.

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

Color convert

RGB16114243-
CMYK00.120.730.37
HSL50.34º57.84%40%-
HSV(B)50.34º73.29%63.14%-
XYZ24.8127.16.21-
YUV136.3975.29145.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=46.53%
G=41.04%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611424300.120.730.3750.3457.8440
HexA18E2B0C4925323a28
Octal2412165301411145627250
Binary1010000110001110101011011001001001100101110010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E2B; }

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

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

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

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

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

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

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

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