#A57C6D

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

Shades of Hemp #A57C6D

Tints of Hemp #A57C6D

Color information

#A57C6D (or 0xA57C6D) is unknown color: approx Hemp. HEX triplet: A5, 7C and 6D. RGB value is (165,124,109). Sum of RGB (Red+Green+Blue) = 165+124+109=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C6D is #5A8392. Grayscale: #868686. Windows color (decimal): -5931923 or 7175333. OLE color: 7175333.

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

Color convert

RGB165124109-
CMYK00.250.340.35
HSL16.07º23.73%53.73%-
HSV(B)16.07º33.94%64.71%-
XYZ25.4923.5217.66-
YUV134.55113.58149.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=41.46%
G=31.16%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512410900.250.340.3516.0723.7353.73
HexA57C6D0192223101836
Octal2451741550314243203066
Binary10100101111110011011010110011000101000111000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C6D; }

 p { color: rgb(165,124,109); }

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

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

 a { background-color: rgb(165,124,109); }

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

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

 span { border-color: rgb(165,124,109); }

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