#A49590

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

Shades of Thatch #A49590

Tints of Thatch #A49590

Color information

#A49590 (or 0xA49590) is unknown color: approx Thatch. HEX triplet: A4, 95 and 90. RGB value is (164,149,144). Sum of RGB (Red+Green+Blue) = 164+149+144=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49590 is #5B6A6F. Grayscale: #989898. Windows color (decimal): -5991024 or 9475492. OLE color: 9475492.

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

Color convert

RGB164149144-
CMYK00.090.120.36
HSL15º9.9%60.39%-
HSV(B)15º12.2%64.31%-
XYZ31.0931.430.81-
YUV152.92122.97135.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=35.89%
G=32.60%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414914400.090.120.36159.960.39
HexA4959009C24fa3c
Octal2442252200111444171274
Binary10100100100101011001000001001110010010011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49590; }

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

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

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

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

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

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

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

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