#A89591

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

Shades of Thatch #A89591

Tints of Thatch #A89591

Color information

#A89591 (or 0xA89591) is unknown color: approx Thatch. HEX triplet: A8, 95 and 91. RGB value is (168,149,145). Sum of RGB (Red+Green+Blue) = 168+149+145=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A89591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89591 is #576A6E. Grayscale: #9A9A9A. Windows color (decimal): -5728879 or 9541032. OLE color: 9541032.

HSL color Cylindrical-coordinate representation of color #A89591: hue angle of 10.43º 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 #A89591 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168149145-
CMYK00.110.140.34
HSL10.43º11.68%61.37%-
HSV(B)10.43º13.69%65.88%-
XYZ32.0131.8631.25-
YUV154.22122.79137.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=36.36%
G=32.25%
B=31.39%

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
Decimal16814914500.110.140.3410.4311.6861.37
HexA895910BE22ac3d
Octal2502252210131642121475
Binary10101000100101011001000101011111010001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89591; }

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

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

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

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

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

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

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

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