#AA808F

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

Shades of Tapestry #AA808F

Tints of Tapestry #AA808F

Color information

#AA808F (or 0xAA808F) is unknown color: approx Tapestry. HEX triplet: AA, 80 and 8F. RGB value is (170,128,143). Sum of RGB (Red+Green+Blue) = 170+128+143=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808F is #557F70. Grayscale: #8E8E8E. Windows color (decimal): -5603185 or 9404586. OLE color: 9404586.

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

Color convert

RGB170128143-
CMYK00.250.160.33
HSL338.57º19.81%58.43%-
HSV(B)338.57º24.71%66.67%-
XYZ29.2525.9729.46-
YUV142.27128.41147.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=38.55%
G=29.02%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012814300.250.160.33338.5719.8158.43
HexAA808F0191021153143a
Octal25220021703120415232472
Binary1010101010000000100011110110011000010000110101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA808F; }

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

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

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

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

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

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

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

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