#AA8691

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

Shades of Tapestry #AA8691

Tints of Tapestry #AA8691

Color information

#AA8691 (or 0xAA8691) is unknown color: approx Tapestry. HEX triplet: AA, 86 and 91. RGB value is (170,134,145). Sum of RGB (Red+Green+Blue) = 170+134+145=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8691 is #55796E. Grayscale: #929292. Windows color (decimal): -5601647 or 9537194. OLE color: 9537194.

HSL color Cylindrical-coordinate representation of color #AA8691: hue angle of 341.67º 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 #AA8691 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170134145-
CMYK00.210.150.33
HSL341.67º17.48%59.61%-
HSV(B)341.67º21.18%66.67%-
XYZ30.2127.6430.53-
YUV146.02127.43145.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=37.86%
G=29.84%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013414500.210.150.33341.6717.4859.61
HexAA8691015F21156113c
Octal25220622102517415262174
Binary101010101000011010010001010101111110000110101011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8691; }

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

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

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

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

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

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

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

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