#A18171

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

Shades of Hemp #A18171

Tints of Hemp #A18171

Color information

#A18171 (or 0xA18171) is unknown color: approx Hemp. HEX triplet: A1, 81 and 71. RGB value is (161,129,113). Sum of RGB (Red+Green+Blue) = 161+129+113=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A18171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18171 is #5E7E8E. Grayscale: #888888. Windows color (decimal): -6192783 or 7438753. OLE color: 7438753.

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

Color convert

RGB161129113-
CMYK00.200.300.37
HSL20º20.34%53.73%-
HSV(B)20º29.81%63.14%-
XYZ25.5324.4719-
YUV136.74114.6145.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=39.95%
G=32.01%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112911300.200.300.372020.3453.73
HexA181710141E25141436
Octal2412011610243645242466
Binary10100001100000011110001010100111101001011010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18171; }

 p { color: rgb(161,129,113); }

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

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

 a { background-color: rgb(161,129,113); }

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

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

 span { border-color: rgb(161,129,113); }

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