#A4857A

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

Shades of Hemp #A4857A

Tints of Hemp #A4857A

Color information

#A4857A (or 0xA4857A) is unknown color: approx Hemp. HEX triplet: A4, 85 and 7A. RGB value is (164,133,122). Sum of RGB (Red+Green+Blue) = 164+133+122=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4857A is #5B7A85. Grayscale: #8D8D8D. Windows color (decimal): -5995142 or 8029604. OLE color: 8029604.

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

Color convert

RGB164133122-
CMYK00.190.260.36
HSL15.71º18.75%56.08%-
HSV(B)15.71º25.61%64.31%-
XYZ27.2126.0722.01-
YUV141.01117.27144.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=39.14%
G=31.74%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413312200.190.260.3615.7118.7556.08
HexA4857A0131A24101338
Octal2442051720233244202370
Binary10100100100001011111010010011110101001001000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4857A; }

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

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

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

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

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

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

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

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