#AA808D

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

Shades of Tapestry #AA808D

Tints of Tapestry #AA808D

Color information

#AA808D (or 0xAA808D) is unknown color: approx Tapestry. HEX triplet: AA, 80 and 8D. RGB value is (170,128,141). Sum of RGB (Red+Green+Blue) = 170+128+141=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808D is #557F72. Grayscale: #8E8E8E. Windows color (decimal): -5603187 or 9273514. OLE color: 9273514.

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

Color convert

RGB170128141-
CMYK00.250.170.33
HSL341.43º19.81%58.43%-
HSV(B)341.43º24.71%66.67%-
XYZ29.125.9128.67-
YUV142.04127.41147.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=38.72%
G=29.16%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012814100.250.170.33341.4319.8158.43
HexAA808D0191121155143a
Octal25220021503121415252472
Binary1010101010000000100011010110011000110000110101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA808D; }

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

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

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

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

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

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

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

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