#A08882

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

Shades of Hemp #A08882

Tints of Hemp #A08882

Color information

#A08882 (or 0xA08882) is unknown color: approx Hemp. HEX triplet: A0, 88 and 82. RGB value is (160,136,130). Sum of RGB (Red+Green+Blue) = 160+136+130=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A08882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08882 is #5F777D. Grayscale: #8E8E8E. Windows color (decimal): -6256510 or 8554656. OLE color: 8554656.

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

Color convert

RGB160136130-
CMYK00.150.190.37
HSL12º13.64%56.86%-
HSV(B)12º18.75%62.75%-
XYZ27.3326.6924.83-
YUV142.49120.95140.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=37.56%
G=31.92%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013613000.150.190.371213.6456.86
HexA088820F1325ce39
Octal2402102020172345141671
Binary101000001000100010000010011111001110010111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08882; }

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

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

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

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

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

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

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

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