#A3857A

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

Shades of Hemp #A3857A

Tints of Hemp #A3857A

Color information

#A3857A (or 0xA3857A) is unknown color: approx Hemp. HEX triplet: A3, 85 and 7A. RGB value is (163,133,122). Sum of RGB (Red+Green+Blue) = 163+133+122=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3857A is #5C7A85. Grayscale: #8C8C8C. Windows color (decimal): -6060678 or 8029603. OLE color: 8029603.

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

Color convert

RGB163133122-
CMYK00.180.250.36
HSL16.1º18.22%55.88%-
HSV(B)16.1º25.15%63.92%-
XYZ2725.9722-
YUV140.72117.44143.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=39.00%
G=31.82%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313312200.180.250.3616.118.2255.88
HexA3857A0121924101238
Octal2432051720223144202270
Binary10100011100001011111010010010110011001001000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3857A; }

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

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

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

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

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

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

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

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