#A18E8E

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

Shades of Thatch #A18E8E

Tints of Thatch #A18E8E

Color information

#A18E8E (or 0xA18E8E) is unknown color: approx Thatch. HEX triplet: A1, 8E and 8E. RGB value is (161,142,142). Sum of RGB (Red+Green+Blue) = 161+142+142=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E8E is #5E7171. Grayscale: #939393. Windows color (decimal): -6189426 or 9342625. OLE color: 9342625.

HSL color Cylindrical-coordinate representation of color #A18E8E: hue angle of 0º degrees, saturation: 0.09, 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 #A18E8E is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB161142142-
CMYK00.120.120.37
HSL9.18%59.41%-
HSV(B)11.8%63.14%-
XYZ29.2528.8829.62-
YUV147.68124.79137.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=36.18%
G=31.91%
B=31.91%

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
Decimal16114214200.120.120.3709.1859.41
HexA18E8E0CC25093b
Octal241216216014144501173
Binary10100001100011101000111001100110010010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E8E; }

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

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

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

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

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

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

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

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