#A57A72

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

Shades of Hemp #A57A72

Tints of Hemp #A57A72

Color information

#A57A72 (or 0xA57A72) is unknown color: approx Hemp. HEX triplet: A5, 7A and 72. RGB value is (165,122,114). Sum of RGB (Red+Green+Blue) = 165+122+114=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A72 is #5A858D. Grayscale: #868686. Windows color (decimal): -5932430 or 7502501. OLE color: 7502501.

HSL color Cylindrical-coordinate representation of color #A57A72: hue angle of 9.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57A72 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB165122114-
CMYK00.260.310.35
HSL9.41º22.08%54.71%-
HSV(B)9.41º30.91%64.71%-
XYZ25.5123.1319.04-
YUV133.94116.75150.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=41.15%
G=30.42%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512211400.260.310.359.4122.0854.71
HexA57A7201A1F2391637
Octal2451721620323743112667
Binary101001011111010111001001101011111100011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A72; }

 p { color: rgb(165,122,114); }

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

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

 a { background-color: rgb(165,122,114); }

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

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

 span { border-color: rgb(165,122,114); }

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