#A89691

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

Shades of Thatch #A89691

Tints of Thatch #A89691

Color information

#A89691 (or 0xA89691) is unknown color: approx Thatch. HEX triplet: A8, 96 and 91. RGB value is (168,150,145). Sum of RGB (Red+Green+Blue) = 168+150+145=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A89691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89691 is #57696E. Grayscale: #9A9A9A. Windows color (decimal): -5728623 or 9541288. OLE color: 9541288.

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

Color convert

RGB168150145-
CMYK00.110.140.34
HSL13.04º11.68%61.37%-
HSV(B)13.04º13.69%65.88%-
XYZ32.1732.1831.3-
YUV154.81122.46137.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=36.29%
G=32.40%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815014500.110.140.3413.0411.6861.37
HexA896910BE22dc3d
Octal2502262210131642151475
Binary10101000100101101001000101011111010001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89691; }

 p { color: rgb(168,150,145); }

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

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

 a { background-color: rgb(168,150,145); }

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

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

 span { border-color: rgb(168,150,145); }

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