#AA8588

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

Shades of Tapestry #AA8588

Tints of Tapestry #AA8588

Color information

#AA8588 (or 0xAA8588) is unknown color: approx Tapestry. HEX triplet: AA, 85 and 88. RGB value is (170,133,136). Sum of RGB (Red+Green+Blue) = 170+133+136=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8588 is #557A77. Grayscale: #909090. Windows color (decimal): -5601912 or 8947114. OLE color: 8947114.

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

Color convert

RGB170133136-
CMYK00.220.200.33
HSL355.14º17.87%59.41%-
HSV(B)355.14º21.76%66.67%-
XYZ29.4127.126.97-
YUV144.4123.26146.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=38.72%
G=30.30%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013313600.220.200.33355.1417.8759.41
HexAA85880161421163123b
Octal25220521002624415432273
Binary1010101010000101100010000101101010010000110110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8588; }

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

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

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

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

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

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

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

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