#A2776D

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

Shades of Hemp #A2776D

Tints of Hemp #A2776D

Color information

#A2776D (or 0xA2776D) is unknown color: approx Hemp. HEX triplet: A2, 77 and 6D. RGB value is (162,119,109). Sum of RGB (Red+Green+Blue) = 162+119+109=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2776D is #5D8892. Grayscale: #828282. Windows color (decimal): -6129811 or 7174050. OLE color: 7174050.

HSL color Cylindrical-coordinate representation of color #A2776D: hue angle of 11.32º 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 #A2776D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162119109-
CMYK00.270.330.36
HSL11.32º22.18%53.14%-
HSV(B)11.32º32.72%63.53%-
XYZ24.2621.9817.43-
YUV130.72115.75150.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=41.54%
G=30.51%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211910900.270.330.3611.3222.1853.14
HexA2776D01B2124b1635
Octal2421671550334144132665
Binary1010001011101111101101011011100001100100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2776D; }

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

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

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

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

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

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

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

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