#A18A86

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

Shades of Thatch #A18A86

Tints of Thatch #A18A86

Color information

#A18A86 (or 0xA18A86) is unknown color: approx Thatch. HEX triplet: A1, 8A and 86. RGB value is (161,138,134). Sum of RGB (Red+Green+Blue) = 161+138+134=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A86 is #5E7579. Grayscale: #909090. Windows color (decimal): -6190458 or 8817313. OLE color: 8817313.

HSL color Cylindrical-coordinate representation of color #A18A86: hue angle of 8.89º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18A86 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB161138134-
CMYK00.140.170.37
HSL8.89º12.56%57.84%-
HSV(B)8.89º16.77%63.14%-
XYZ28.0927.4826.38-
YUV144.42122.12139.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=37.18%
G=31.87%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113813400.140.170.378.8912.5657.84
HexA18A860E11259d3a
Octal2412122060162145111572
Binary101000011000101010000110011101000110010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A86; }

 p { color: rgb(161,138,134); }

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

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

 a { background-color: rgb(161,138,134); }

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

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

 span { border-color: rgb(161,138,134); }

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