#A2796D

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

Shades of Hemp #A2796D

Tints of Hemp #A2796D

Color information

#A2796D (or 0xA2796D) is unknown color: approx Hemp. HEX triplet: A2, 79 and 6D. RGB value is (162,121,109). Sum of RGB (Red+Green+Blue) = 162+121+109=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2796D is #5D8692. Grayscale: #838383. Windows color (decimal): -6129299 or 7174562. OLE color: 7174562.

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

Color convert

RGB162121109-
CMYK00.250.330.36
HSL13.58º22.18%53.14%-
HSV(B)13.58º32.72%63.53%-
XYZ24.522.4617.51-
YUV131.89115.08149.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=41.33%
G=30.87%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212110900.250.330.3613.5822.1853.14
HexA2796D0192124e1635
Octal2421711550314144162665
Binary1010001011110011101101011001100001100100111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2796D; }

 p { color: rgb(162,121,109); }

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

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

 a { background-color: rgb(162,121,109); }

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

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

 span { border-color: rgb(162,121,109); }

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