#A58071

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

Shades of Hemp #A58071

Tints of Hemp #A58071

Color information

#A58071 (or 0xA58071) is unknown color: approx Hemp. HEX triplet: A5, 80 and 71. RGB value is (165,128,113). Sum of RGB (Red+Green+Blue) = 165+128+113=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A58071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58071 is #5A7F8E. Grayscale: #898989. Windows color (decimal): -5930895 or 7438501. OLE color: 7438501.

HSL color Cylindrical-coordinate representation of color #A58071: hue angle of 17.31º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58071 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165128113-
CMYK00.220.320.35
HSL17.31º22.41%54.51%-
HSV(B)17.31º31.52%64.71%-
XYZ26.2224.6319-
YUV137.35114.26147.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=40.64%
G=31.53%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512811300.220.320.3517.3122.4154.51
HexA580710162023111637
Octal2452001610264043212667
Binary101001011000000011100010101101000001000111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58071; }

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

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

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

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

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

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

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

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