#A37D6D

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

Shades of Hemp #A37D6D

Tints of Hemp #A37D6D

Color information

#A37D6D (or 0xA37D6D) is unknown color: approx Hemp. HEX triplet: A3, 7D and 6D. RGB value is (163,125,109). Sum of RGB (Red+Green+Blue) = 163+125+109=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6D is #5C8292. Grayscale: #868686. Windows color (decimal): -6062739 or 7175587. OLE color: 7175587.

HSL color Cylindrical-coordinate representation of color #A37D6D: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37D6D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163125109-
CMYK00.230.330.36
HSL17.78º22.69%53.33%-
HSV(B)17.78º33.13%63.92%-
XYZ25.223.5617.69-
YUV134.54113.59148.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=41.06%
G=31.49%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312510900.230.330.3617.7822.6953.33
HexA37D6D0172124121735
Octal2431751550274144222765
Binary10100011111110111011010101111000011001001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D6D; }

 p { color: rgb(163,125,109); }

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

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

 a { background-color: rgb(163,125,109); }

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

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

 span { border-color: rgb(163,125,109); }

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