#AA717F

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

Shades of Tapestry #AA717F

Tints of Tapestry #AA717F

Color information

#AA717F (or 0xAA717F) is unknown color: approx Tapestry. HEX triplet: AA, 71 and 7F. RGB value is (170,113,127). Sum of RGB (Red+Green+Blue) = 170+113+127=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717F is #558E80. Grayscale: #838383. Windows color (decimal): -5607041 or 8352170. OLE color: 8352170.

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

Color convert

RGB170113127-
CMYK00.340.250.33
HSL345.26º25.11%55.49%-
HSV(B)345.26º33.53%66.67%-
XYZ26.3121.8922.92-
YUV131.64125.38155.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 127 (50% from 255) = 30.98%
R=41.46%
G=27.56%
B=30.98%

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
Decimal17011312700.340.250.33345.2625.1155.49
HexAA717F02219211591937
Octal25216117704231415313167
Binary101010101110001111111101000101100110000110101100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA717F; }

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

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

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

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

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

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

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

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