#AA657A

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

Shades of Tapestry #AA657A

Tints of Tapestry #AA657A

Color information

#AA657A (or 0xAA657A) is unknown color: approx Tapestry. HEX triplet: AA, 65 and 7A. RGB value is (170,101,122). Sum of RGB (Red+Green+Blue) = 170+101+122=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA657A is #559A85. Grayscale: #7C7C7C. Windows color (decimal): -5610118 or 8021418. OLE color: 8021418.

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

Color convert

RGB170101122-
CMYK00.410.280.33
HSL341.74º28.87%53.14%-
HSV(B)341.74º40.59%66.67%-
XYZ24.7419.2620.83-
YUV124.02126.86160.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=43.26%
G=25.70%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010112200.410.280.33341.7428.8753.14
HexAA657A0291C211561d35
Octal25214517205134415263565
Binary101010101100101111101001010011110010000110101011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA657A; }

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

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

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

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

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

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

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

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