#AA7F8D

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

Shades of Tapestry #AA7F8D

Tints of Tapestry #AA7F8D

Color information

#AA7F8D (or 0xAA7F8D) is unknown color: approx Tapestry. HEX triplet: AA, 7F and 8D. RGB value is (170,127,141). Sum of RGB (Red+Green+Blue) = 170+127+141=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F8D is #558072. Grayscale: #8D8D8D. Windows color (decimal): -5603443 or 9273258. OLE color: 9273258.

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

Color convert

RGB170127141-
CMYK00.250.170.33
HSL340.47º20.19%58.24%-
HSV(B)340.47º25.29%66.67%-
XYZ28.9725.6528.62-
YUV141.45127.75148.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=38.81%
G=29.00%
B=32.19%

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
Decimal17012714100.250.170.33340.4720.1958.24
HexAA7F8D0191121154143a
Octal25217721503121415242472
Binary101010101111111100011010110011000110000110101010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F8D; }

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

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

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

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

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

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

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

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