#A0882E

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

Shades of Lemon Ginger #A0882E

Tints of Lemon Ginger #A0882E

Color information

#A0882E (or 0xA0882E) is unknown color: approx Lemon Ginger. HEX triplet: A0, 88 and 2E. RGB value is (160,136,46). Sum of RGB (Red+Green+Blue) = 160+136+46=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0882E is #5F77D1. Grayscale: #858585. Windows color (decimal): -6256594 or 3049632. OLE color: 3049632.

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

Color convert

RGB16013646-
CMYK00.150.710.37
HSL47.37º55.34%40.39%-
HSV(B)47.37º71.25%62.75%-
XYZ23.7925.286.21-
YUV132.9278.95147.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 46 (18.36% from 255) = 13.45%
R=46.78%
G=39.77%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601364600.150.710.3747.3755.3440.39
HexA0882E0F47252f3728
Octal2402105601710745576750
Binary1010000010001000101110011111000111100101101111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0882E; }

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

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

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

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

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

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

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

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