#A38171

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

Shades of Hemp #A38171

Tints of Hemp #A38171

Color information

#A38171 (or 0xA38171) is unknown color: approx Hemp. HEX triplet: A3, 81 and 71. RGB value is (163,129,113). Sum of RGB (Red+Green+Blue) = 163+129+113=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A38171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38171 is #5C7E8E. Grayscale: #898989. Windows color (decimal): -6061711 or 7438755. OLE color: 7438755.

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

Color convert

RGB163129113-
CMYK00.210.310.36
HSL19.2º21.37%54.12%-
HSV(B)19.2º30.67%63.92%-
XYZ25.9424.6819.02-
YUV137.34114.26146.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=40.25%
G=31.85%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312911300.210.310.3619.221.3754.12
HexA381710151F24131536
Octal2432011610253744232566
Binary10100011100000011110001010101111111001001001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38171; }

 p { color: rgb(163,129,113); }

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

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

 a { background-color: rgb(163,129,113); }

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

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

 span { border-color: rgb(163,129,113); }

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