#A37D6F

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

Shades of Hemp #A37D6F

Tints of Hemp #A37D6F

Color information

#A37D6F (or 0xA37D6F) is unknown color: approx Hemp. HEX triplet: A3, 7D and 6F. RGB value is (163,125,111). Sum of RGB (Red+Green+Blue) = 163+125+111=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6F is #5C8290. Grayscale: #868686. Windows color (decimal): -6062737 or 7306659. OLE color: 7306659.

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

Color convert

RGB163125111-
CMYK00.230.320.36
HSL16.15º22.03%53.73%-
HSV(B)16.15º31.9%63.92%-
XYZ25.3123.618.26-
YUV134.77114.59148.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=40.85%
G=31.33%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312511100.230.320.3616.1522.0353.73
HexA37D6F0172024101636
Octal2431751570274044202666
Binary10100011111110111011110101111000001001001000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D6F; }

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

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

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

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

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

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

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

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