#A18B29

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

Shades of Lemon Ginger #A18B29

Tints of Lemon Ginger #A18B29

Color information

#A18B29 (or 0xA18B29) is unknown color: approx Lemon Ginger. HEX triplet: A1, 8B and 29. RGB value is (161,139,41). Sum of RGB (Red+Green+Blue) = 161+139+41=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B29 is #5E74D6. Grayscale: #868686. Windows color (decimal): -6190295 or 2722721. OLE color: 2722721.

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

Color convert

RGB16113941-
CMYK00.140.750.37
HSL49º59.41%39.61%-
HSV(B)49º74.53%63.14%-
XYZ24.3326.25.87-
YUV134.4175.29146.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=47.21%
G=40.76%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611394100.140.750.374959.4139.61
HexA18B290E4B25313b28
Octal2412135101611345617350
Binary1010000110001011101001011101001011100101110001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B29; }

 p { color: rgb(161,139,41); }

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

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

 a { background-color: rgb(161,139,41); }

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

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

 span { border-color: rgb(161,139,41); }

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