#A2857B

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

Shades of Hemp #A2857B

Tints of Hemp #A2857B

Color information

#A2857B (or 0xA2857B) is unknown color: approx Hemp. HEX triplet: A2, 85 and 7B. RGB value is (162,133,123). Sum of RGB (Red+Green+Blue) = 162+133+123=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2857B is #5D7A84. Grayscale: #8C8C8C. Windows color (decimal): -6126213 or 8095138. OLE color: 8095138.

HSL color Cylindrical-coordinate representation of color #A2857B: hue angle of 15.38º 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 #A2857B is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB162133123-
CMYK00.180.240.36
HSL15.38º17.33%55.88%-
HSV(B)15.38º24.07%63.53%-
XYZ26.8625.8922.32-
YUV140.53118.11143.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=38.76%
G=31.82%
B=29.43%

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
Decimal16213312300.180.240.3615.3817.3355.88
HexA2857B0121824f1138
Octal2422051730223044172170
Binary1010001010000101111101101001011000100100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2857B; }

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

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

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

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

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

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

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

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