#AA8689

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

Shades of Tapestry #AA8689

Tints of Tapestry #AA8689

Color information

#AA8689 (or 0xAA8689) is unknown color: approx Tapestry. HEX triplet: AA, 86 and 89. RGB value is (170,134,137). Sum of RGB (Red+Green+Blue) = 170+134+137=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8689 is #557976. Grayscale: #919191. Windows color (decimal): -5601655 or 9012906. OLE color: 9012906.

HSL color Cylindrical-coordinate representation of color #AA8689: hue angle of 355º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8689 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170134137-
CMYK00.210.190.33
HSL355º17.48%59.61%-
HSV(B)355º21.18%66.67%-
XYZ29.6227.427.4-
YUV145.11123.43145.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=38.55%
G=30.39%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013413700.210.190.3335517.4859.61
HexAA86890151321163113c
Octal25220621102523415432174
Binary1010101010000110100010010101011001110000110110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8689; }

 p { color: rgb(170,134,137); }

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

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

 a { background-color: rgb(170,134,137); }

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

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

 span { border-color: rgb(170,134,137); }

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