#A1786E

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

Shades of Hemp #A1786E

Tints of Hemp #A1786E

Color information

#A1786E (or 0xA1786E) is unknown color: approx Hemp. HEX triplet: A1, 78 and 6E. RGB value is (161,120,110). Sum of RGB (Red+Green+Blue) = 161+120+110=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A1786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1786E is #5E8791. Grayscale: #838383. Windows color (decimal): -6195090 or 7239841. OLE color: 7239841.

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

Color convert

RGB161120110-
CMYK00.250.320.37
HSL11.76º21.34%53.14%-
HSV(B)11.76º31.68%63.14%-
XYZ24.2322.1417.75-
YUV131.12116.08149.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=41.18%
G=30.69%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112011000.250.320.3711.7621.3453.14
HexA1786E0192025c1535
Octal2411701560314045142565
Binary1010000111110001101110011001100000100101110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1786E; }

 p { color: rgb(161,120,110); }

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

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

 a { background-color: rgb(161,120,110); }

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

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

 span { border-color: rgb(161,120,110); }

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