#AA8589

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

Shades of Tapestry #AA8589

Tints of Tapestry #AA8589

Color information

#AA8589 (or 0xAA8589) is unknown color: approx Tapestry. HEX triplet: AA, 85 and 89. RGB value is (170,133,137). Sum of RGB (Red+Green+Blue) = 170+133+137=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8589 is #557A76. Grayscale: #909090. Windows color (decimal): -5601911 or 9012650. OLE color: 9012650.

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

Color convert

RGB170133137-
CMYK00.220.190.33
HSL353.51º17.87%59.41%-
HSV(B)353.51º21.76%66.67%-
XYZ29.4827.1327.35-
YUV144.52123.76146.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=38.64%
G=30.23%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013313700.220.190.33353.5117.8759.41
HexAA85890161321162123b
Octal25220521102623415422273
Binary1010101010000101100010010101101001110000110110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8589; }

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

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

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

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

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

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

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

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