#A3867E

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

Shades of Hemp #A3867E

Tints of Hemp #A3867E

Color information

#A3867E (or 0xA3867E) is unknown color: approx Hemp. HEX triplet: A3, 86 and 7E. RGB value is (163,134,126). Sum of RGB (Red+Green+Blue) = 163+134+126=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A3867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3867E is #5C7981. Grayscale: #8D8D8D. Windows color (decimal): -6060418 or 8292003. OLE color: 8292003.

HSL color Cylindrical-coordinate representation of color #A3867E: hue angle of 12.97º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3867E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163134126-
CMYK00.180.230.36
HSL12.97º16.74%56.67%-
HSV(B)12.97º22.7%63.92%-
XYZ27.426.3423.38-
YUV141.76119.11143.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=38.53%
G=31.68%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313412600.180.230.3612.9716.7456.67
HexA3867E0121724d1139
Octal2432061760222744152171
Binary1010001110000110111111001001010111100100110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3867E; }

 p { color: rgb(163,134,126); }

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

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

 a { background-color: rgb(163,134,126); }

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

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

 span { border-color: rgb(163,134,126); }

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