#A3918E

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

Shades of Thatch #A3918E

Tints of Thatch #A3918E

Color information

#A3918E (or 0xA3918E) is unknown color: approx Thatch. HEX triplet: A3, 91 and 8E. RGB value is (163,145,142). Sum of RGB (Red+Green+Blue) = 163+145+142=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 163 - color contains mainly: red. Hex color #A3918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3918E is #5C6E71. Grayscale: #969696. Windows color (decimal): -6057586 or 9343395. OLE color: 9343395.

HSL color Cylindrical-coordinate representation of color #A3918E: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3918E is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163145142-
CMYK00.110.130.36
HSL8.57º10.24%59.8%-
HSV(B)8.57º12.88%63.92%-
XYZ30.1129.9929.79-
YUV150.04123.46137.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=36.22%
G=32.22%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314514200.110.130.368.5710.2459.8
HexA3918E0BD249a3c
Octal2432212160131544111274
Binary10100011100100011000111001011110110010010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3918E; }

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

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

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

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

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

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

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

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