Html Css Color HEX #A08071 Hemp

📋 copy color: '#A08071'

red 160 ◦ green 128 ◦ blue 113

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

Shades of Hemp #A08071

Tints of Hemp #A08071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

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

R = 39.9%
G = 31.92%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08071 (or 0xA08071) is known color: Hemp. HEX triplet: A0, 80 and 71. RGB value is (160,128,113). Sum of RGB (Red+Green+Blue) = 160+128+113=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A08071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08071 is #5F7F8E. Grayscale: #878787. Windows color (decimal): -6258575 or 7438496. OLE color: 7438496.

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

Color convert

RGB 160 128 113 -
CMYK 0 0.20 0.29 0.37
HSL 19.15º 0.2% 0.54% -
HSV(B) 19.15º 0.29% 0.63% -
XYZ 25.2 24.1 18.95 -
YUV 135.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 160 128 113 0 0.20 0.29 0.37 19.15 0.2 0.54
Hex A0 80 71 0 14 1D 25 13 14 36
Octal 240 200 161 0 24 35 45 23 24 66
Binary 10100000 10000000 1110001 0 10100 11101 100101 10011 10100 110110

Color Harmonies of #A08071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08071

Black with #A08071

Text Example


Text Example

White with #A08071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08071; }

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

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

background-color css

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

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

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

border-color css

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

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

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