#AA717E

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

Shades of Tapestry #AA717E

Tints of Tapestry #AA717E

Color information

#AA717E (or 0xAA717E) is unknown color: approx Tapestry. HEX triplet: AA, 71 and 7E. RGB value is (170,113,126). Sum of RGB (Red+Green+Blue) = 170+113+126=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717E is #558E81. Grayscale: #838383. Windows color (decimal): -5607042 or 8286634. OLE color: 8286634.

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

Color convert

RGB170113126-
CMYK00.340.260.33
HSL346.32º25.11%55.49%-
HSV(B)346.32º33.53%66.67%-
XYZ26.2521.8622.58-
YUV131.52124.88155.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=41.56%
G=27.63%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011312600.340.260.33346.3225.1155.49
HexAA717E0221A2115a1937
Octal25216117604232415323167
Binary101010101110001111111001000101101010000110101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA717E; }

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

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

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

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

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

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

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

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