#A1938F

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

Shades of Thatch #A1938F

Tints of Thatch #A1938F

Color information

#A1938F (or 0xA1938F) is unknown color: approx Thatch. HEX triplet: A1, 93 and 8F. RGB value is (161,147,143). Sum of RGB (Red+Green+Blue) = 161+147+143=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A1938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1938F is #5E6C70. Grayscale: #969696. Windows color (decimal): -6188145 or 9409441. OLE color: 9409441.

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

Color convert

RGB161147143-
CMYK00.090.110.37
HSL13.33º8.74%59.61%-
HSV(B)13.33º11.18%63.14%-
XYZ30.0930.4330.27-
YUV150.73123.64135.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=35.70%
G=32.59%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114714300.090.110.3713.338.7459.61
HexA1938F09B25d93c
Octal2412232170111345151174
Binary10100001100100111000111101001101110010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1938F; }

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

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

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

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

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

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

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

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