Html Css Color HEX #A0837C Hemp

📋 copy color: '#A0837C'

red 160 ◦ green 131 ◦ blue 124

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

Shades of Hemp #A0837C

Tints of Hemp #A0837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 38.55%
G = 31.57%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0837C (or 0xA0837C) is known color: Hemp. HEX triplet: A0, 83 and 7C. RGB value is (160,131,124). Sum of RGB (Red+Green+Blue) = 160+131+124=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0837C is #5F7C83. Grayscale: #8A8A8A. Windows color (decimal): -6257796 or 8160160. OLE color: 8160160.

HSL color Cylindrical-coordinate representation of color #A0837C: hue angle of 11.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0837C is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 124 -
CMYK 0 0.18 0.22 0.37
HSL 11.67º 0.16% 0.56% -
HSV(B) 11.67º 0.23% 0.63% -
XYZ 26.25 25.16 22.54 -
YUV 138.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 160 131 124 0 0.18 0.22 0.37 11.67 0.16 0.56
Hex A0 83 7C 0 12 16 25 C 10 38
Octal 240 203 174 0 22 26 45 14 20 70
Binary 10100000 10000011 1111100 0 10010 10110 100101 1100 10000 111000

Color Harmonies of #A0837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0837C

Black with #A0837C

Text Example


Text Example

White with #A0837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0837C; }

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

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

background-color css

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

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

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

border-color css

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

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

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