#A49290

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

Shades of Thatch #A49290

Tints of Thatch #A49290

Color information

#A49290 (or 0xA49290) is unknown color: approx Thatch. HEX triplet: A4, 92 and 90. RGB value is (164,146,144). Sum of RGB (Red+Green+Blue) = 164+146+144=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A49290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49290 is #5B6D6F. Grayscale: #979797. Windows color (decimal): -5991792 or 9474724. OLE color: 9474724.

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

Color convert

RGB164146144-
CMYK00.110.120.36
HSL9.9%60.39%-
HSV(B)12.2%64.31%-
XYZ30.6230.4630.65-
YUV151.15123.96137.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=36.12%
G=32.16%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414614400.110.120.3669.960.39
HexA492900BC246a3c
Octal244222220013144461274
Binary1010010010010010100100000101111001001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49290; }

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

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

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

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

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

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

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

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