#A0786B

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

Shades of Hemp #A0786B

Tints of Hemp #A0786B

Color information

#A0786B (or 0xA0786B) is unknown color: approx Hemp. HEX triplet: A0, 78 and 6B. RGB value is (160,120,107). Sum of RGB (Red+Green+Blue) = 160+120+107=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0786B is #5F8794. Grayscale: #828282. Windows color (decimal): -6260629 or 7043232. OLE color: 7043232.

HSL color Cylindrical-coordinate representation of color #A0786B: hue angle of 14.72º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0786B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB160120107-
CMYK00.250.330.37
HSL14.72º21.81%52.35%-
HSV(B)14.72º33.13%62.75%-
XYZ23.8721.9716.89-
YUV130.48114.75149.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=41.34%
G=31.01%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012010700.250.330.3714.7221.8152.35
HexA0786B0192125f1634
Octal2401701530314145172664
Binary1010000011110001101011011001100001100101111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0786B; }

 p { color: rgb(160,120,107); }

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

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

 a { background-color: rgb(160,120,107); }

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

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

 span { border-color: rgb(160,120,107); }

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