#A49896

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

Shades of Thatch #A49896

Tints of Thatch #A49896

Color information

#A49896 (or 0xA49896) is unknown color: approx Thatch. HEX triplet: A4, 98 and 96. RGB value is (164,152,150). Sum of RGB (Red+Green+Blue) = 164+152+150=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49896 is #5B6769. Grayscale: #9B9B9B. Windows color (decimal): -5990250 or 9869476. OLE color: 9869476.

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

Color convert

RGB164152150-
CMYK00.070.090.36
HSL8.57º7.14%61.57%-
HSV(B)8.57º8.54%64.31%-
XYZ32.0432.5533.45-
YUV155.36124.98134.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=35.19%
G=32.62%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415215000.070.090.368.577.1461.57
HexA4989607924973e
Octal24423022607114411776
Binary101001001001100010010110011110011001001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49896; }

 p { color: rgb(164,152,150); }

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

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

 a { background-color: rgb(164,152,150); }

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

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

 span { border-color: rgb(164,152,150); }

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