Html Css Color HEX #A17970 Hemp

📋 copy color: '#A17970'

red 161 ◦ green 121 ◦ blue 112

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

Shades of Hemp #A17970

Tints of Hemp #A17970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 40.86%
G = 30.71%
B = 28.43%

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

#A17970 (or 0xA17970) is known color: Hemp. HEX triplet: A1, 79 and 70. RGB value is (161,121,112). Sum of RGB (Red+Green+Blue) = 161+121+112=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A17970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17970 is #5E868F. Grayscale: #848484. Windows color (decimal): -6194832 or 7371169. OLE color: 7371169.

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

Color convert

RGB 161 121 112 -
CMYK 0 0.25 0.30 0.37
HSL 11.02º 0.21% 0.54% -
HSV(B) 11.02º 0.3% 0.63% -
XYZ 24.46 22.42 18.37 -
YUV 131.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 161 121 112 0 0.25 0.30 0.37 11.02 0.21 0.54
Hex A1 79 70 0 19 1E 25 B 15 36
Octal 241 171 160 0 31 36 45 13 25 66
Binary 10100001 1111001 1110000 0 11001 11110 100101 1011 10101 110110

Color Harmonies of #A17970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17970

Black with #A17970

Text Example


Text Example

White with #A17970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17970; }

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

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

background-color css

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

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

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

border-color css

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

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

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