Html Css Color HEX #A07C71 Hemp

📋 copy color: '#A07C71'

red 160 ◦ green 124 ◦ blue 113

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

Shades of Hemp #A07C71

Tints of Hemp #A07C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

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

R = 40.3%
G = 31.23%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07C71 (or 0xA07C71) is known color: Hemp. HEX triplet: A0, 7C and 71. RGB value is (160,124,113). Sum of RGB (Red+Green+Blue) = 160+124+113=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C71 is #5F838E. Grayscale: #858585. Windows color (decimal): -6259599 or 7437472. OLE color: 7437472.

HSL color Cylindrical-coordinate representation of color #A07C71: hue angle of 14.04º 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 #A07C71 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 113 -
CMYK 0 0.22 0.29 0.37
HSL 14.04º 0.2% 0.54% -
HSV(B) 14.04º 0.29% 0.63% -
XYZ 24.69 23.08 18.78 -
YUV 133.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 160 124 113 0 0.22 0.29 0.37 14.04 0.2 0.54
Hex A0 7C 71 0 16 1D 25 E 14 36
Octal 240 174 161 0 26 35 45 16 24 66
Binary 10100000 1111100 1110001 0 10110 11101 100101 1110 10100 110110

Color Harmonies of #A07C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C71

Black with #A07C71

Text Example


Text Example

White with #A07C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C71; }

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

 H1.HeaderClassName
 {
   color: #A07C71;
 }
 .AnyTagClassName
 {
   color: #A07C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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