#A89994

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

Shades of Thatch #A89994

Tints of Thatch #A89994

Color information

#A89994 (or 0xA89994) is unknown color: approx Thatch. HEX triplet: A8, 99 and 94. RGB value is (168,153,148). Sum of RGB (Red+Green+Blue) = 168+153+148=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A89994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89994 is #57666B. Grayscale: #9C9C9C. Windows color (decimal): -5727852 or 9738664. OLE color: 9738664.

HSL color Cylindrical-coordinate representation of color #A89994: hue angle of 15º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89994 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB168153148-
CMYK00.090.120.34
HSL15º10.31%61.96%-
HSV(B)15º11.9%65.88%-
XYZ32.8833.2532.7-
YUV156.92122.97135.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=35.82%
G=32.62%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815314800.090.120.341510.3161.96
HexA8999409C22fa3e
Octal2502312240111442171276
Binary10101000100110011001010001001110010001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89994; }

 p { color: rgb(168,153,148); }

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

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

 a { background-color: rgb(168,153,148); }

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

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

 span { border-color: rgb(168,153,148); }

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