Html Css Color HEX #A07E71 Hemp

📋 copy color: '#A07E71'

red 160 ◦ green 126 ◦ blue 113

#A07E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #A07E71

Tints of Hemp #A07E71

RGB

 RED value IS 160 (62.89% from 255) = 40.1%

 GREEN value IS 126 (49.61% from 255) = 31.58%

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 40.1%
G = 31.58%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07E71 (or 0xA07E71) is known color: 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

RGB 160 126 113 -
CMYK 0 0.21 0.29 0.37
HSL 16.6º 0.2% 0.54% -
HSV(B) 16.6º 0.29% 0.63% -
XYZ 24.94 23.59 18.86 -
YUV 134.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 160 126 113 0 0.21 0.29 0.37 16.6 0.2 0.54
Hex A0 7E 71 0 15 1D 25 11 14 36
Octal 240 176 161 0 25 35 45 21 24 66
Binary 10100000 1111110 1110001 0 10101 11101 100101 10001 10100 110110

Color Harmonies of #A07E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E71

Black with #A07E71

Text Example


Text Example

White with #A07E71

Text Example


Text Example

HTML Codes & Css Web 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>