#A08170

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

Shades of Hemp #A08170

Tints of Hemp #A08170

Color information

#A08170 (or 0xA08170) is unknown color: approx Hemp. HEX triplet: A0, 81 and 70. RGB value is (160,129,112). Sum of RGB (Red+Green+Blue) = 160+129+112=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A08170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08170 is #5F7E8F. Grayscale: #888888. Windows color (decimal): -6258320 or 7373216. OLE color: 7373216.

HSL color Cylindrical-coordinate representation of color #A08170: hue angle of 21.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08170 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160129112-
CMYK00.190.300.37
HSL21.25º20.17%53.33%-
HSV(B)21.25º30%62.75%-
XYZ25.2724.3418.7-
YUV136.33114.27144.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=39.90%
G=32.17%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012911200.190.300.3721.2520.1753.33
HexA081700131E25151435
Octal2402011600233645252465
Binary10100000100000011110000010011111101001011010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08170; }

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

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

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

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

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

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

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

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