#A18F8E

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

Shades of Thatch #A18F8E

Tints of Thatch #A18F8E

Color information

#A18F8E (or 0xA18F8E) is unknown color: approx Thatch. HEX triplet: A1, 8F and 8E. RGB value is (161,143,142). Sum of RGB (Red+Green+Blue) = 161+143+142=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F8E is #5E7071. Grayscale: #949494. Windows color (decimal): -6189170 or 9342881. OLE color: 9342881.

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

Color convert

RGB161143142-
CMYK00.110.120.37
HSL3.16º9.18%59.41%-
HSV(B)3.16º11.8%63.14%-
XYZ29.429.1729.67-
YUV148.27124.46137.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=36.10%
G=32.06%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114314200.110.120.373.169.1859.41
HexA18F8E0BC25393b
Octal241217216013144531173
Binary101000011000111110001110010111100100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F8E; }

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

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

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

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

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

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

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

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