#A37F6E

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

Shades of Hemp #A37F6E

Tints of Hemp #A37F6E

Color information

#A37F6E (or 0xA37F6E) is unknown color: approx Hemp. HEX triplet: A3, 7F and 6E. RGB value is (163,127,110). Sum of RGB (Red+Green+Blue) = 163+127+110=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F6E is #5C8091. Grayscale: #878787. Windows color (decimal): -6062226 or 7241635. OLE color: 7241635.

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

Color convert

RGB163127110-
CMYK00.220.330.36
HSL19.25º22.36%53.53%-
HSV(B)19.25º32.52%63.92%-
XYZ25.5124.0918.06-
YUV135.83113.43147.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=40.75%
G=31.75%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312711000.220.330.3619.2522.3653.53
HexA37F6E0162124131636
Octal2431771560264144232666
Binary10100011111111111011100101101000011001001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F6E; }

 p { color: rgb(163,127,110); }

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

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

 a { background-color: rgb(163,127,110); }

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

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

 span { border-color: rgb(163,127,110); }

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