#A3867D

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

Shades of Hemp #A3867D

Tints of Hemp #A3867D

Color information

#A3867D (or 0xA3867D) is unknown color: approx Hemp. HEX triplet: A3, 86 and 7D. RGB value is (163,134,125). Sum of RGB (Red+Green+Blue) = 163+134+125=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A3867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3867D is #5C7982. Grayscale: #8D8D8D. Windows color (decimal): -6060419 or 8226467. OLE color: 8226467.

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

Color convert

RGB163134125-
CMYK00.180.230.36
HSL14.21º17.12%56.47%-
HSV(B)14.21º23.31%63.92%-
XYZ27.3326.3223.04-
YUV141.64118.61143.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=38.63%
G=31.75%
B=29.62%

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
Decimal16313412500.180.230.3614.2117.1256.47
HexA3867D0121724e1138
Octal2432061750222744162170
Binary1010001110000110111110101001010111100100111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3867D; }

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

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

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

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

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

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

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

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