#A58076

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

Shades of Hemp #A58076

Tints of Hemp #A58076

Color information

#A58076 (or 0xA58076) is unknown color: approx Hemp. HEX triplet: A5, 80 and 76. RGB value is (165,128,118). Sum of RGB (Red+Green+Blue) = 165+128+118=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A58076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58076 is #5A7F89. Grayscale: #8A8A8A. Windows color (decimal): -5930890 or 7766181. OLE color: 7766181.

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

Color convert

RGB165128118-
CMYK00.220.280.35
HSL12.77º20.7%55.49%-
HSV(B)12.77º28.48%64.71%-
XYZ26.5124.7520.52-
YUV137.92116.76147.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=40.15%
G=31.14%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512811800.220.280.3512.7720.755.49
HexA580760161C23d1537
Octal2452001660263443152567
Binary1010010110000000111011001011011100100011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58076; }

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

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

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

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

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

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

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

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