#A1837C

Color #A1837C Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A1837C

Tints of Hemp #A1837C

Color information

#A1837C (or 0xA1837C) is unknown color: approx Hemp. HEX triplet: A1, 83 and 7C. RGB value is (161,131,124). Sum of RGB (Red+Green+Blue) = 161+131+124=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1837C is #5E7C83. Grayscale: #8B8B8B. Windows color (decimal): -6192260 or 8160161. OLE color: 8160161.

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

Color convert

RGB161131124-
CMYK00.190.230.37
HSL11.35º16.44%55.88%-
HSV(B)11.35º22.98%63.14%-
XYZ26.4525.2622.55-
YUV139.17119.44143.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=38.70%
G=31.49%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113112400.190.230.3711.3516.4455.88
HexA1837C0131725b1038
Octal2412031740232745132070
Binary1010000110000011111110001001110111100101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1837C; }

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

 H1.HeaderClassName
 {
   color: #A1837C;
 }
 .AnyTagClassName
 {
   color: #A1837C;
 }
</style>
background-color css

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

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

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

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

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

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