#A0882C

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

Shades of Lemon Ginger #A0882C

Tints of Lemon Ginger #A0882C

Color information

#A0882C (or 0xA0882C) is unknown color: approx Lemon Ginger. HEX triplet: A0, 88 and 2C. RGB value is (160,136,44). Sum of RGB (Red+Green+Blue) = 160+136+44=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0882C is #5F77D3. Grayscale: #858585. Windows color (decimal): -6256596 or 2918560. OLE color: 2918560.

HSL color Cylindrical-coordinate representation of color #A0882C: hue angle of 47.59º degrees, saturation: 0.57, 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 #A0882C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB16013644-
CMYK00.150.720.37
HSL47.59º56.86%40%-
HSV(B)47.59º72.5%62.75%-
XYZ23.7625.266.01-
YUV132.6977.95147.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=47.06%
G=40%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601364400.150.720.3747.5956.8640
HexA0882C0F4825303928
Octal2402105401711045607150
Binary1010000010001000101100011111001000100101110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0882C; }

 p { color: rgb(160,136,44); }

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

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

 a { background-color: rgb(160,136,44); }

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

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

 span { border-color: rgb(160,136,44); }

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