#aa657e

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

Shades of Tapestry #AA657E

Tints of Tapestry #AA657E

Color information

#AA657E (or 0xAA657E) is unknown color: approx Tapestry. HEX triplet: AA, 65 and 7E. RGB value is (170,101,126). Sum of RGB (Red+Green+Blue) = 170+101+126=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA657E is #559A81. Grayscale: #7C7C7C. Windows color (decimal): -5610114 or 8283562. OLE color: 8283562.

HSL color Cylindrical-coordinate representation of color #AA657E: hue angle of 338.26º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA657E is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170101126-
CMYK00.410.260.33
HSL338.26º28.87%53.14%-
HSV(B)338.26º40.59%66.67%-
XYZ2519.3622.16-
YUV124.48128.86160.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=42.82%
G=25.44%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010112600.410.260.33338.2628.8753.14
HexAA657E0291A211521d35
Octal25214517605132415223565
Binary101010101100101111111001010011101010000110101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa657e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa657e; }

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

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

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

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

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

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

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

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