#A37E72

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

Shades of Hemp #A37E72

Tints of Hemp #A37E72

Color information

#A37E72 (or 0xA37E72) is unknown color: approx Hemp. HEX triplet: A3, 7E and 72. RGB value is (163,126,114). Sum of RGB (Red+Green+Blue) = 163+126+114=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E72 is #5C818D. Grayscale: #878787. Windows color (decimal): -6062478 or 7503523. OLE color: 7503523.

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

Color convert

RGB163126114-
CMYK00.230.300.36
HSL14.69º21.03%54.31%-
HSV(B)14.69º30.06%63.92%-
XYZ25.623.9219.19-
YUV135.7115.76147.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=40.45%
G=31.27%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312611400.230.300.3614.6921.0354.31
HexA37E720171E24f1536
Octal2431761620273644172566
Binary101000111111110111001001011111110100100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E72; }

 p { color: rgb(163,126,114); }

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

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

 a { background-color: rgb(163,126,114); }

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

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

 span { border-color: rgb(163,126,114); }

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