#A49996

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

Shades of Thatch #A49996

Tints of Thatch #A49996

Color information

#A49996 (or 0xA49996) is unknown color: approx Thatch. HEX triplet: A4, 99 and 96. RGB value is (164,153,150). Sum of RGB (Red+Green+Blue) = 164+153+150=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49996 is #5B6669. Grayscale: #9B9B9B. Windows color (decimal): -5989994 or 9869732. OLE color: 9869732.

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

Color convert

RGB164153150-
CMYK00.070.090.36
HSL12.86º7.14%61.57%-
HSV(B)12.86º8.54%64.31%-
XYZ32.2132.8833.5-
YUV155.95124.64133.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=35.12%
G=32.76%
B=32.12%

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
Decimal16415315000.070.090.3612.867.1461.57
HexA4999607924d73e
Octal24423122607114415776
Binary101001001001100110010110011110011001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49996; }

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

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

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

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

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

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

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

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