#AA888D

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

Shades of Tapestry #AA888D

Tints of Tapestry #AA888D

Color information

#AA888D (or 0xAA888D) is unknown color: approx Tapestry. HEX triplet: AA, 88 and 8D. RGB value is (170,136,141). Sum of RGB (Red+Green+Blue) = 170+136+141=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888D is #557772. Grayscale: #929292. Windows color (decimal): -5601139 or 9275562. OLE color: 9275562.

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

Color convert

RGB170136141-
CMYK00.200.170.33
HSL351.18º16.67%60%-
HSV(B)351.18º20%66.67%-
XYZ30.1928.0829.03-
YUV146.74124.76144.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=38.03%
G=30.43%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013614100.200.170.33351.1816.6760
HexAA888D014112115f113c
Octal25221021502421415372174
Binary1010101010001000100011010101001000110000110101111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA888D; }

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

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

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

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

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

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

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

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