#a0857c

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

Shades of Hemp #A0857C

Tints of Hemp #A0857C

Color information

#A0857C (or 0xA0857C) is unknown color: approx Hemp. HEX triplet: A0, 85 and 7C. RGB value is (160,133,124). Sum of RGB (Red+Green+Blue) = 160+133+124=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0857C is #5F7A83. Grayscale: #8C8C8C. Windows color (decimal): -6257284 or 8160672. OLE color: 8160672.

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

Color convert

RGB160133124-
CMYK00.170.220.37
HSL15º15.93%55.69%-
HSV(B)15º22.5%62.75%-
XYZ26.5225.722.63-
YUV140.05118.95142.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=38.37%
G=31.89%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013312400.170.220.371515.9355.69
HexA0857C0111625f1038
Octal2402051740212645172070
Binary1010000010000101111110001000110110100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0857c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0857c; }

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

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

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

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

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

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

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

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