#A49A97

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

Shades of Thatch #A49A97

Tints of Thatch #A49A97

Color information

#A49A97 (or 0xA49A97) is unknown color: approx Thatch. HEX triplet: A4, 9A and 97. RGB value is (164,154,151). Sum of RGB (Red+Green+Blue) = 164+154+151=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A97 is #5B6568. Grayscale: #9C9C9C. Windows color (decimal): -5989737 or 9935524. OLE color: 9935524.

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

Color convert

RGB164154151-
CMYK00.060.080.36
HSL13.85º6.67%61.76%-
HSV(B)13.85º7.93%64.31%-
XYZ32.4533.2433.98-
YUV156.65124.81133.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=34.97%
G=32.84%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415415100.060.080.3613.856.6761.76
HexA49A9706824e73e
Octal24423222706104416776
Binary101001001001101010010111011010001001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A97; }

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

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

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

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

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

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

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

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