#A3857D

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

Shades of Hemp #A3857D

Tints of Hemp #A3857D

Color information

#A3857D (or 0xA3857D) is unknown color: approx Hemp. HEX triplet: A3, 85 and 7D. RGB value is (163,133,125). Sum of RGB (Red+Green+Blue) = 163+133+125=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857D is #5C7A82. Grayscale: #8D8D8D. Windows color (decimal): -6060675 or 8226211. OLE color: 8226211.

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

Color convert

RGB163133125-
CMYK00.180.230.36
HSL12.63º17.12%56.47%-
HSV(B)12.63º23.31%63.92%-
XYZ27.1926.0423-
YUV141.06118.94143.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=38.72%
G=31.59%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313312500.180.230.3612.6317.1256.47
HexA3857D0121724d1138
Octal2432051750222744152170
Binary1010001110000101111110101001010111100100110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3857D; }

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

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

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

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

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

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

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

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