#A4867D

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

Shades of Hemp #A4867D

Tints of Hemp #A4867D

Color information

#A4867D (or 0xA4867D) is unknown color: approx Hemp. HEX triplet: A4, 86 and 7D. RGB value is (164,134,125). Sum of RGB (Red+Green+Blue) = 164+134+125=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4867D is #5B7982. Grayscale: #8E8E8E. Windows color (decimal): -5994883 or 8226468. OLE color: 8226468.

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

Color convert

RGB164134125-
CMYK00.180.240.36
HSL13.85º17.65%56.67%-
HSV(B)13.85º23.78%64.31%-
XYZ27.5426.4223.05-
YUV141.94118.44143.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=38.77%
G=31.68%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413412500.180.240.3613.8517.6556.67
HexA4867D0121824e1239
Octal2442061750223044162271
Binary1010010010000110111110101001011000100100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4867D; }

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

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

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

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

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

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

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

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