#AA697F

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

Shades of Tapestry #AA697F

Tints of Tapestry #AA697F

Color information

#AA697F (or 0xAA697F) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 7F. RGB value is (170,105,127). Sum of RGB (Red+Green+Blue) = 170+105+127=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697F is #559680. Grayscale: #7E7E7E. Windows color (decimal): -5609089 or 8350122. OLE color: 8350122.

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

Color convert

RGB170105127-
CMYK00.380.250.33
HSL339.69º27.66%53.92%-
HSV(B)339.69º38.24%66.67%-
XYZ25.4620.1822.63-
YUV126.94128.03158.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 127 (50% from 255) = 31.59%
R=42.29%
G=26.12%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010512700.380.250.33339.6927.6653.92
HexAA697F02619211541c36
Octal25215117704631415243466
Binary101010101101001111111101001101100110000110101010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA697F; }

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

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

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

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

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

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

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

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