#A58170

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

Shades of Hemp #A58170

Tints of Hemp #A58170

Color information

#A58170 (or 0xA58170) is unknown color: approx Hemp. HEX triplet: A5, 81 and 70. RGB value is (165,129,112). Sum of RGB (Red+Green+Blue) = 165+129+112=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A58170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58170 is #5A7E8F. Grayscale: #898989. Windows color (decimal): -5930640 or 7373221. OLE color: 7373221.

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

Color convert

RGB165129112-
CMYK00.220.320.35
HSL19.25º22.75%54.31%-
HSV(B)19.25º32.12%64.71%-
XYZ26.2924.8718.74-
YUV137.83113.43147.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=40.64%
G=31.77%
B=27.59%

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
Decimal16512911200.220.320.3519.2522.7554.31
HexA581700162023131736
Octal2452011600264043232766
Binary101001011000000111100000101101000001000111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58170; }

 p { color: rgb(165,129,112); }

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

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

 a { background-color: rgb(165,129,112); }

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

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

 span { border-color: rgb(165,129,112); }

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