#A58078

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

Shades of Hemp #A58078

Tints of Hemp #A58078

Color information

#A58078 (or 0xA58078) is unknown color: approx Hemp. HEX triplet: A5, 80 and 78. RGB value is (165,128,120). Sum of RGB (Red+Green+Blue) = 165+128+120=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A58078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58078 is #5A7F87. Grayscale: #8A8A8A. Windows color (decimal): -5930888 or 7897253. OLE color: 7897253.

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

Color convert

RGB165128120-
CMYK00.220.270.35
HSL10.67º20%55.88%-
HSV(B)10.67º27.27%64.71%-
XYZ26.6324.7921.15-
YUV138.15117.76147.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=39.95%
G=30.99%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512812000.220.270.3510.672055.88
HexA580780161B23b1438
Octal2452001700263343132470
Binary1010010110000000111100001011011011100011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58078; }

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

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

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

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

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

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

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

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