#A67E71

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

Shades of Hemp #A67E71

Tints of Hemp #A67E71

Color information

#A67E71 (or 0xA67E71) is unknown color: approx Hemp. HEX triplet: A6, 7E and 71. RGB value is (166,126,113). Sum of RGB (Red+Green+Blue) = 166+126+113=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E71 is #59818E. Grayscale: #888888. Windows color (decimal): -5865871 or 7437990. OLE color: 7437990.

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

Color convert

RGB166126113-
CMYK00.240.320.35
HSL14.72º22.94%54.71%-
HSV(B)14.72º31.93%65.1%-
XYZ26.1724.2218.92-
YUV136.48114.75149.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=40.99%
G=31.11%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612611300.240.320.3514.7222.9454.71
HexA67E710182023f1737
Octal2461761610304043172767
Binary1010011011111101110001011000100000100011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E71; }

 p { color: rgb(166,126,113); }

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

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

 a { background-color: rgb(166,126,113); }

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

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

 span { border-color: rgb(166,126,113); }

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