#A89692

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

Shades of Thatch #A89692

Tints of Thatch #A89692

Color information

#A89692 (or 0xA89692) is unknown color: approx Thatch. HEX triplet: A8, 96 and 92. RGB value is (168,150,146). Sum of RGB (Red+Green+Blue) = 168+150+146=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A89692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89692 is #57696D. Grayscale: #9A9A9A. Windows color (decimal): -5728622 or 9606824. OLE color: 9606824.

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

Color convert

RGB168150146-
CMYK00.110.130.34
HSL10.91º11.22%61.57%-
HSV(B)10.91º13.1%65.88%-
XYZ32.2432.2131.71-
YUV154.93122.96137.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=36.21%
G=32.33%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815014600.110.130.3410.9111.2261.57
HexA896920BD22bb3e
Octal2502262220131542131376
Binary10101000100101101001001001011110110001010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89692; }

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

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

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

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

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

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

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

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