#A49190

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

Shades of Thatch #A49190

Tints of Thatch #A49190

Color information

#A49190 (or 0xA49190) is unknown color: approx Thatch. HEX triplet: A4, 91 and 90. RGB value is (164,145,144). Sum of RGB (Red+Green+Blue) = 164+145+144=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A49190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49190 is #5B6E6F. Grayscale: #969696. Windows color (decimal): -5992048 or 9474468. OLE color: 9474468.

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

Color convert

RGB164145144-
CMYK00.120.120.36
HSL9.9%60.39%-
HSV(B)12.2%64.31%-
XYZ30.4730.1630.6-
YUV150.57124.29137.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=36.20%
G=32.01%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414514400.120.120.3639.960.39
HexA491900CC243a3c
Octal244221220014144431274
Binary101001001001000110010000011001100100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49190; }

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

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

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

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

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

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

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

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