#A77E70

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

Shades of Hemp #A77E70

Tints of Hemp #A77E70

Color information

#A77E70 (or 0xA77E70) is unknown color: approx Hemp. HEX triplet: A7, 7E and 70. RGB value is (167,126,112). Sum of RGB (Red+Green+Blue) = 167+126+112=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77E70 is #58818F. Grayscale: #888888. Windows color (decimal): -5800336 or 7372455. OLE color: 7372455.

HSL color Cylindrical-coordinate representation of color #A77E70: hue angle of 15.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77E70 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167126112-
CMYK00.250.330.35
HSL15.27º23.81%54.71%-
HSV(B)15.27º32.93%65.49%-
XYZ26.3224.3118.63-
YUV136.66114.08149.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=41.23%
G=31.11%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712611200.250.330.3515.2723.8154.71
HexA77E700192123f1837
Octal2471761600314143173067
Binary1010011111111101110000011001100001100011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E70; }

 p { color: rgb(167,126,112); }

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

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

 a { background-color: rgb(167,126,112); }

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

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

 span { border-color: rgb(167,126,112); }

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