#AA7F8A

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

Shades of Tapestry #AA7F8A

Tints of Tapestry #AA7F8A

Color information

#AA7F8A (or 0xAA7F8A) is unknown color: approx Tapestry. HEX triplet: AA, 7F and 8A. RGB value is (170,127,138). Sum of RGB (Red+Green+Blue) = 170+127+138=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F8A is #558075. Grayscale: #8D8D8D. Windows color (decimal): -5603446 or 9076650. OLE color: 9076650.

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

Color convert

RGB170127138-
CMYK00.250.190.33
HSL344.65º20.19%58.24%-
HSV(B)344.65º25.29%66.67%-
XYZ28.7525.5627.46-
YUV141.11126.25148.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=39.08%
G=29.20%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012713800.250.190.33344.6520.1958.24
HexAA7F8A0191321159143a
Octal25217721203123415312472
Binary101010101111111100010100110011001110000110101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F8A; }

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

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

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

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

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

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

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

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