#A18A2A

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

Shades of Lemon Ginger #A18A2A

Tints of Lemon Ginger #A18A2A

Color information

#A18A2A (or 0xA18A2A) is unknown color: approx Lemon Ginger. HEX triplet: A1, 8A and 2A. RGB value is (161,138,42). Sum of RGB (Red+Green+Blue) = 161+138+42=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A2A is #5E75D5. Grayscale: #868686. Windows color (decimal): -6190550 or 2788001. OLE color: 2788001.

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

Color convert

RGB16113842-
CMYK00.140.740.37
HSL48.4º58.62%39.8%-
HSV(B)48.4º73.91%63.14%-
XYZ24.225.925.92-
YUV133.9376.12147.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=47.21%
G=40.47%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611384200.140.740.3748.458.6239.8
HexA18A2A0E4A25303b28
Octal2412125201611245607350
Binary1010000110001010101010011101001010100101110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A2A; }

 p { color: rgb(161,138,42); }

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

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

 a { background-color: rgb(161,138,42); }

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

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

 span { border-color: rgb(161,138,42); }

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