#A49390

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

Shades of Thatch #A49390

Tints of Thatch #A49390

Color information

#A49390 (or 0xA49390) is unknown color: approx Thatch. HEX triplet: A4, 93 and 90. RGB value is (164,147,144). Sum of RGB (Red+Green+Blue) = 164+147+144=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A49390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49390 is #5B6C6F. Grayscale: #979797. Windows color (decimal): -5991536 or 9474980. OLE color: 9474980.

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

Color convert

RGB164147144-
CMYK00.100.120.36
HSL9.9%60.39%-
HSV(B)12.2%64.31%-
XYZ30.7830.7730.7-
YUV151.74123.63136.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=36.04%
G=32.31%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414714400.100.120.3699.960.39
HexA493900AC249a3c
Octal2442232200121444111274
Binary10100100100100111001000001010110010010010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49390; }

 p { color: rgb(164,147,144); }

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

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

 a { background-color: rgb(164,147,144); }

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

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

 span { border-color: rgb(164,147,144); }

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