#A3857C

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

Shades of Hemp #A3857C

Tints of Hemp #A3857C

Color information

#A3857C (or 0xA3857C) is unknown color: approx Hemp. HEX triplet: A3, 85 and 7C. RGB value is (163,133,124). Sum of RGB (Red+Green+Blue) = 163+133+124=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857C is #5C7A83. Grayscale: #8D8D8D. Windows color (decimal): -6060676 or 8160675. OLE color: 8160675.

HSL color Cylindrical-coordinate representation of color #A3857C: hue angle of 13.85º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3857C is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB163133124-
CMYK00.180.240.36
HSL13.85º17.49%56.27%-
HSV(B)13.85º23.93%63.92%-
XYZ27.1326.0222.66-
YUV140.94118.44143.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=38.81%
G=31.67%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313312400.180.240.3613.8517.4956.27
HexA3857C0121824e1138
Octal2432051740223044162170
Binary1010001110000101111110001001011000100100111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3857C; }

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

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

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

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

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

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

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

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