#AA888E

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

Shades of Tapestry #AA888E

Tints of Tapestry #AA888E

Color information

#AA888E (or 0xAA888E) is unknown color: approx Tapestry. HEX triplet: AA, 88 and 8E. RGB value is (170,136,142). Sum of RGB (Red+Green+Blue) = 170+136+142=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888E is #557771. Grayscale: #929292. Windows color (decimal): -5601138 or 9341098. OLE color: 9341098.

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

Color convert

RGB170136142-
CMYK00.200.160.33
HSL349.41º16.67%60%-
HSV(B)349.41º20%66.67%-
XYZ30.2628.1129.42-
YUV146.85125.26144.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=37.95%
G=30.36%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013614200.200.160.33349.4116.6760
HexAA888E014102115d113c
Octal25221021602420415352174
Binary1010101010001000100011100101001000010000110101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA888E; }

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

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

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

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

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

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

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

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