#AA888A

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

Shades of Tapestry #AA888A

Tints of Tapestry #AA888A

Color information

#AA888A (or 0xAA888A) is unknown color: approx Tapestry. HEX triplet: AA, 88 and 8A. RGB value is (170,136,138). Sum of RGB (Red+Green+Blue) = 170+136+138=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA888A is #557775. Grayscale: #929292. Windows color (decimal): -5601142 or 9078954. OLE color: 9078954.

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

Color convert

RGB170136138-
CMYK00.200.190.33
HSL356.47º16.67%60%-
HSV(B)356.47º20%66.67%-
XYZ29.9727.9927.87-
YUV146.39123.26144.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=38.29%
G=30.63%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013613800.200.190.33356.4716.6760
HexAA888A0141321164113c
Octal25221021202423415442174
Binary1010101010001000100010100101001001110000110110010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA888A; }

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

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

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

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

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

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

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

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