Html Css Color HEX #A17870 Hemp

📋 copy color: '#A17870'

red 161 ◦ green 120 ◦ blue 112

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

Shades of Hemp #A17870

Tints of Hemp #A17870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

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

R = 40.97%
G = 30.53%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A17870 (or 0xA17870) is known color: Hemp. HEX triplet: A1, 78 and 70. RGB value is (161,120,112). Sum of RGB (Red+Green+Blue) = 161+120+112=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A17870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17870 is #5E878F. Grayscale: #838383. Windows color (decimal): -6195088 or 7370913. OLE color: 7370913.

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

Color convert

RGB 161 120 112 -
CMYK 0 0.25 0.30 0.37
HSL 9.8º 0.21% 0.54% -
HSV(B) 9.8º 0.3% 0.63% -
XYZ 24.34 22.18 18.33 -
YUV 131.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 161 120 112 0 0.25 0.30 0.37 9.8 0.21 0.54
Hex A1 78 70 0 19 1E 25 A 15 36
Octal 241 170 160 0 31 36 45 12 25 66
Binary 10100001 1111000 1110000 0 11001 11110 100101 1010 10101 110110

Color Harmonies of #A17870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17870

Black with #A17870

Text Example


Text Example

White with #A17870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17870; }

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

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

background-color css

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

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

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

border-color css

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

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

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