#A2857E

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

Shades of Hemp #A2857E

Tints of Hemp #A2857E

Color information

#A2857E (or 0xA2857E) is unknown color: approx Hemp. HEX triplet: A2, 85 and 7E. RGB value is (162,133,126). Sum of RGB (Red+Green+Blue) = 162+133+126=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2857E is #5D7A81. Grayscale: #8C8C8C. Windows color (decimal): -6126210 or 8291746. OLE color: 8291746.

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

Color convert

RGB162133126-
CMYK00.180.220.36
HSL11.67º16.22%56.47%-
HSV(B)11.67º22.22%63.53%-
XYZ27.0525.9623.32-
YUV140.87119.61143.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=38.48%
G=31.59%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213312600.180.220.3611.6716.2256.47
HexA2857E0121624c1038
Octal2422051760222644142070
Binary1010001010000101111111001001010110100100110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2857E; }

 p { color: rgb(162,133,126); }

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

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

 a { background-color: rgb(162,133,126); }

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

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

 span { border-color: rgb(162,133,126); }

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