#A89392

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

Shades of Thatch #A89392

Tints of Thatch #A89392

Color information

#A89392 (or 0xA89392) is unknown color: approx Thatch. HEX triplet: A8, 93 and 92. RGB value is (168,147,146). Sum of RGB (Red+Green+Blue) = 168+147+146=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A89392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89392 is #576C6D. Grayscale: #999999. Windows color (decimal): -5729390 or 9606056. OLE color: 9606056.

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

Color convert

RGB168147146-
CMYK00.130.130.34
HSL2.73º11.22%61.57%-
HSV(B)2.73º13.1%65.88%-
XYZ31.7731.2731.55-
YUV153.17123.96138.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=36.44%
G=31.89%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814714600.130.130.342.7311.2261.57
HexA893920DD223b3e
Octal250223222015154231376
Binary101010001001001110010010011011101100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89392; }

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

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

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

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

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

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

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

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