#A48071

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

Shades of Hemp #A48071

Tints of Hemp #A48071

Color information

#A48071 (or 0xA48071) is unknown color: approx Hemp. HEX triplet: A4, 80 and 71. RGB value is (164,128,113). Sum of RGB (Red+Green+Blue) = 164+128+113=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A48071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48071 is #5B7F8E. Grayscale: #898989. Windows color (decimal): -5996431 or 7438500. OLE color: 7438500.

HSL color Cylindrical-coordinate representation of color #A48071: hue angle of 17.65º degrees, saturation: 0.22, 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 #A48071 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164128113-
CMYK00.220.310.36
HSL17.65º21.89%54.31%-
HSV(B)17.65º31.1%64.31%-
XYZ26.0124.5218.99-
YUV137.05114.43147.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=40.49%
G=31.60%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811300.220.310.3617.6521.8954.31
HexA480710161F24121636
Octal2442001610263744222666
Binary10100100100000001110001010110111111001001001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48071; }

 p { color: rgb(164,128,113); }

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

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

 a { background-color: rgb(164,128,113); }

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

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

 span { border-color: rgb(164,128,113); }

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