#A57E70

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

Shades of Hemp #A57E70

Tints of Hemp #A57E70

Color information

#A57E70 (or 0xA57E70) is unknown color: approx Hemp. HEX triplet: A5, 7E and 70. RGB value is (165,126,112). Sum of RGB (Red+Green+Blue) = 165+126+112=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E70 is #5A818F. Grayscale: #888888. Windows color (decimal): -5931408 or 7372453. OLE color: 7372453.

HSL color Cylindrical-coordinate representation of color #A57E70: hue angle of 15.85º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57E70 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165126112-
CMYK00.240.320.35
HSL15.85º22.75%54.31%-
HSV(B)15.85º32.12%64.71%-
XYZ25.924.0918.61-
YUV136.06114.42148.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=40.94%
G=31.27%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512611200.240.320.3515.8522.7554.31
HexA57E700182023101736
Octal2451761600304043202766
Binary10100101111111011100000110001000001000111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E70; }

 p { color: rgb(165,126,112); }

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

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

 a { background-color: rgb(165,126,112); }

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

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

 span { border-color: rgb(165,126,112); }

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