#A89391

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

Shades of Thatch #A89391

Tints of Thatch #A89391

Color information

#A89391 (or 0xA89391) is unknown color: approx Thatch. HEX triplet: A8, 93 and 91. RGB value is (168,147,145). Sum of RGB (Red+Green+Blue) = 168+147+145=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A89391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89391 is #576C6E. Grayscale: #999999. Windows color (decimal): -5729391 or 9540520. OLE color: 9540520.

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

Color convert

RGB168147145-
CMYK00.130.140.34
HSL5.22º11.68%61.37%-
HSV(B)5.22º13.69%65.88%-
XYZ31.6931.2431.15-
YUV153.05123.46138.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=36.52%
G=31.96%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814714500.130.140.345.2211.6861.37
HexA893910DE225c3d
Octal250223221015164251475
Binary1010100010010011100100010110111101000101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89391; }

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

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

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

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

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

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

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

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