#A4796B

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

Shades of Hemp #A4796B

Tints of Hemp #A4796B

Color information

#A4796B (or 0xA4796B) is unknown color: approx Hemp. HEX triplet: A4, 79 and 6B. RGB value is (164,121,107). Sum of RGB (Red+Green+Blue) = 164+121+107=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4796B is #5B8694. Grayscale: #848484. Windows color (decimal): -5998229 or 7043492. OLE color: 7043492.

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

Color convert

RGB164121107-
CMYK00.260.350.36
HSL14.74º23.85%53.14%-
HSV(B)14.74º34.76%64.31%-
XYZ24.822.6316.97-
YUV132.26113.75150.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=41.84%
G=30.87%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412110700.260.350.3614.7423.8553.14
HexA4796B01A2324f1835
Octal2441711530324344173065
Binary1010010011110011101011011010100011100100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4796B; }

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

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

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

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

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

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

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

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