#A1857C

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

Shades of Hemp #A1857C

Tints of Hemp #A1857C

Color information

#A1857C (or 0xA1857C) is unknown color: approx Hemp. HEX triplet: A1, 85 and 7C. RGB value is (161,133,124). Sum of RGB (Red+Green+Blue) = 161+133+124=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1857C is #5E7A83. Grayscale: #8C8C8C. Windows color (decimal): -6191748 or 8160673. OLE color: 8160673.

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

Color convert

RGB161133124-
CMYK00.170.230.37
HSL14.59º16.44%55.88%-
HSV(B)14.59º22.98%63.14%-
XYZ26.7225.8122.64-
YUV140.35118.78142.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=38.52%
G=31.82%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113312400.170.230.3714.5916.4455.88
HexA1857C0111725f1038
Octal2412051740212745172070
Binary1010000110000101111110001000110111100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1857C; }

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

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

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

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

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

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

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

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