#AA8488

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

Shades of Tapestry #AA8488

Tints of Tapestry #AA8488

Color information

#AA8488 (or 0xAA8488) is unknown color: approx Tapestry. HEX triplet: AA, 84 and 88. RGB value is (170,132,136). Sum of RGB (Red+Green+Blue) = 170+132+136=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8488 is #557B77. Grayscale: #8F8F8F. Windows color (decimal): -5602168 or 8946858. OLE color: 8946858.

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

Color convert

RGB170132136-
CMYK00.220.200.33
HSL353.68º18.27%59.22%-
HSV(B)353.68º22.35%66.67%-
XYZ29.2726.8326.93-
YUV143.82123.59146.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=38.81%
G=30.14%
B=31.05%

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
Decimal17013213600.220.200.33353.6818.2759.22
HexAA84880161421162123b
Octal25220421002624415422273
Binary1010101010000100100010000101101010010000110110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8488; }

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

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

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

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

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

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

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

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