Html Css Color HEX #A17C70 Hemp

📋 copy color: '#A17C70'

red 161 ◦ green 124 ◦ blue 112

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

Shades of Hemp #A17C70

Tints of Hemp #A17C70

RGB

 RED value IS 161 (63.28% from 255) = 40.55%

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 40.55%
G = 31.23%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A17C70 (or 0xA17C70) is known color: Hemp. HEX triplet: A1, 7C and 70. RGB value is (161,124,112). Sum of RGB (Red+Green+Blue) = 161+124+112=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C70 is #5E838F. Grayscale: #858585. Windows color (decimal): -6194064 or 7371937. OLE color: 7371937.

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

Color convert

RGB 161 124 112 -
CMYK 0 0.23 0.30 0.37
HSL 14.69º 0.21% 0.54% -
HSV(B) 14.69º 0.3% 0.63% -
XYZ 24.83 23.16 18.49 -
YUV 133.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 161 124 112 0 0.23 0.30 0.37 14.69 0.21 0.54
Hex A1 7C 70 0 17 1E 25 F 15 36
Octal 241 174 160 0 27 36 45 17 25 66
Binary 10100001 1111100 1110000 0 10111 11110 100101 1111 10101 110110

Color Harmonies of #A17C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C70

Black with #A17C70

Text Example


Text Example

White with #A17C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C70; }

 p { color: rgb(161,124,112); }

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

background-color css

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

 a { background-color: rgb(161,124,112); }

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

border-color css

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

 span { border-color: rgb(161,124,112); }

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