#A4786C

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

Shades of Hemp #A4786C

Tints of Hemp #A4786C

Color information

#A4786C (or 0xA4786C) is unknown color: approx Hemp. HEX triplet: A4, 78 and 6C. RGB value is (164,120,108). Sum of RGB (Red+Green+Blue) = 164+120+108=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4786C is #5B8793. Grayscale: #838383. Windows color (decimal): -5998484 or 7108772. OLE color: 7108772.

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

Color convert

RGB164120108-
CMYK00.270.340.36
HSL12.86º23.53%53.33%-
HSV(B)12.86º34.15%64.31%-
XYZ24.7322.4117.21-
YUV131.79114.58150.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=41.84%
G=30.61%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412010800.270.340.3612.8623.5353.33
HexA4786C01B2224d1835
Octal2441701540334244153065
Binary1010010011110001101100011011100010100100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4786C; }

 p { color: rgb(164,120,108); }

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

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

 a { background-color: rgb(164,120,108); }

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

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

 span { border-color: rgb(164,120,108); }

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