#A2776F

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

Shades of Hemp #A2776F

Tints of Hemp #A2776F

Color information

#A2776F (or 0xA2776F) is unknown color: approx Hemp. HEX triplet: A2, 77 and 6F. RGB value is (162,119,111). Sum of RGB (Red+Green+Blue) = 162+119+111=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2776F is #5D8890. Grayscale: #838383. Windows color (decimal): -6129809 or 7305122. OLE color: 7305122.

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

Color convert

RGB162119111-
CMYK00.270.310.36
HSL9.41º21.52%53.53%-
HSV(B)9.41º31.48%63.53%-
XYZ24.3722.0218.01-
YUV130.94116.75150.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=41.33%
G=30.36%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211911100.270.310.369.4121.5253.53
HexA2776F01B1F2491636
Octal2421671570333744112666
Binary101000101110111110111101101111111100100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2776F; }

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

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

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

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

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

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

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

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