#A18E8D

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

Shades of Thatch #A18E8D

Tints of Thatch #A18E8D

Color information

#A18E8D (or 0xA18E8D) is unknown color: approx Thatch. HEX triplet: A1, 8E and 8D. RGB value is (161,142,141). Sum of RGB (Red+Green+Blue) = 161+142+141=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E8D is #5E7172. Grayscale: #939393. Windows color (decimal): -6189427 or 9277089. OLE color: 9277089.

HSL color Cylindrical-coordinate representation of color #A18E8D: hue angle of 3º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18E8D is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB161142141-
CMYK00.120.120.37
HSL9.62%59.22%-
HSV(B)12.42%63.14%-
XYZ29.1828.8529.23-
YUV147.57124.29137.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=36.26%
G=31.98%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114214100.120.120.3739.6259.22
HexA18E8D0CC253a3b
Octal241216215014144531273
Binary101000011000111010001101011001100100101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E8D; }

 p { color: rgb(161,142,141); }

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

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

 a { background-color: rgb(161,142,141); }

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

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

 span { border-color: rgb(161,142,141); }

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