#A49795

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

Shades of Thatch #A49795

Tints of Thatch #A49795

Color information

#A49795 (or 0xA49795) is unknown color: approx Thatch. HEX triplet: A4, 97 and 95. RGB value is (164,151,149). Sum of RGB (Red+Green+Blue) = 164+151+149=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49795 is #5B686A. Grayscale: #9A9A9A. Windows color (decimal): -5990507 or 9803684. OLE color: 9803684.

HSL color Cylindrical-coordinate representation of color #A49795: hue angle of 8º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A49795 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164151149-
CMYK00.080.090.36
HSL7.61%61.37%-
HSV(B)9.15%64.31%-
XYZ31.832.232.97-
YUV154.66124.81134.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=35.34%
G=32.54%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415114900.080.090.3687.6161.37
HexA4979508924883d
Octal2442272250101144101075
Binary10100100100101111001010101000100110010010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49795; }

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

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

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

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

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

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

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

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