#A18175

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

Shades of Hemp #A18175

Tints of Hemp #A18175

Color information

#A18175 (or 0xA18175) is unknown color: approx Hemp. HEX triplet: A1, 81 and 75. RGB value is (161,129,117). Sum of RGB (Red+Green+Blue) = 161+129+117=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A18175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18175 is #5E7E8A. Grayscale: #898989. Windows color (decimal): -6192779 or 7700897. OLE color: 7700897.

HSL color Cylindrical-coordinate representation of color #A18175: hue angle of 16.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18175 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB161129117-
CMYK00.200.270.37
HSL16.36º18.97%54.51%-
HSV(B)16.36º27.33%63.14%-
XYZ25.7624.5620.21-
YUV137.2116.6144.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=39.56%
G=31.70%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112911700.200.270.3716.3618.9754.51
HexA181750141B25101337
Octal2412011650243345202367
Binary10100001100000011110101010100110111001011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18175; }

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

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

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

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

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

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

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

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