#A1918E

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

Shades of Thatch #A1918E

Tints of Thatch #A1918E

Color information

#A1918E (or 0xA1918E) is unknown color: approx Thatch. HEX triplet: A1, 91 and 8E. RGB value is (161,145,142). Sum of RGB (Red+Green+Blue) = 161+145+142=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1918E is #5E6E71. Grayscale: #959595. Windows color (decimal): -6188658 or 9343393. OLE color: 9343393.

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

Color convert

RGB161145142-
CMYK00.100.120.37
HSL9.47º9.18%59.41%-
HSV(B)9.47º11.8%63.14%-
XYZ29.7129.7829.77-
YUV149.44123.8136.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=35.94%
G=32.37%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114514200.100.120.379.479.1859.41
HexA1918E0AC25993b
Octal2412212160121445111173
Binary10100001100100011000111001010110010010110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1918E; }

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

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

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

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

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

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

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

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