#A4796E

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

Shades of Hemp #A4796E

Tints of Hemp #A4796E

Color information

#A4796E (or 0xA4796E) is unknown color: approx Hemp. HEX triplet: A4, 79 and 6E. RGB value is (164,121,110). Sum of RGB (Red+Green+Blue) = 164+121+110=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4796E is #5B8691. Grayscale: #848484. Windows color (decimal): -5998226 or 7240100. OLE color: 7240100.

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

Color convert

RGB164121110-
CMYK00.260.330.36
HSL12.22º22.88%53.73%-
HSV(B)12.22º32.93%64.31%-
XYZ24.9622.6917.82-
YUV132.6115.25150.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=41.52%
G=30.63%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412111000.260.330.3612.2222.8853.73
HexA4796E01A2124c1736
Octal2441711560324144142766
Binary1010010011110011101110011010100001100100110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4796E; }

 p { color: rgb(164,121,110); }

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

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

 a { background-color: rgb(164,121,110); }

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

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

 span { border-color: rgb(164,121,110); }

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