#AA707F

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

Shades of Tapestry #AA707F

Tints of Tapestry #AA707F

Color information

#AA707F (or 0xAA707F) is unknown color: approx Tapestry. HEX triplet: AA, 70 and 7F. RGB value is (170,112,127). Sum of RGB (Red+Green+Blue) = 170+112+127=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA707F is #558F80. Grayscale: #838383. Windows color (decimal): -5607297 or 8351914. OLE color: 8351914.

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

Color convert

RGB170112127-
CMYK00.340.250.33
HSL344.48º25.44%55.29%-
HSV(B)344.48º34.12%66.67%-
XYZ26.221.6722.88-
YUV131.05125.72155.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 127 (50% from 255) = 31.05%
R=41.56%
G=27.38%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011212700.340.250.33344.4825.4455.29
HexAA707F02219211581937
Octal25216017704231415303167
Binary101010101110000111111101000101100110000110101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA707F; }

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

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

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

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

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

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

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

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