#A07E71

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

Shades of Hemp #A07E71

Tints of Hemp #A07E71

Color information

#A07E71 (or 0xA07E71) is unknown color: approx Hemp. HEX triplet: A0, 7E and 71. RGB value is (160,126,113). Sum of RGB (Red+Green+Blue) = 160+126+113=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E71 is #5F818E. Grayscale: #868686. Windows color (decimal): -6259087 or 7437984. OLE color: 7437984.

HSL color Cylindrical-coordinate representation of color #A07E71: hue angle of 16.6º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07E71 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160126113-
CMYK00.210.290.37
HSL16.6º19.83%53.53%-
HSV(B)16.6º29.37%62.75%-
XYZ24.9423.5918.86-
YUV134.68115.76146.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=40.10%
G=31.58%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012611300.210.290.3716.619.8353.53
HexA07E710151D25111436
Octal2401761610253545212466
Binary1010000011111101110001010101111011001011000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E71; }

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

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

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

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

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

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

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

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