#AA697E

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

Shades of Tapestry #AA697E

Tints of Tapestry #AA697E

Color information

#AA697E (or 0xAA697E) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 7E. RGB value is (170,105,126). Sum of RGB (Red+Green+Blue) = 170+105+126=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697E is #559681. Grayscale: #7E7E7E. Windows color (decimal): -5609090 or 8284586. OLE color: 8284586.

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

Color convert

RGB170105126-
CMYK00.380.260.33
HSL340.62º27.66%53.92%-
HSV(B)340.62º38.24%66.67%-
XYZ25.420.1622.29-
YUV126.83127.53158.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=42.39%
G=26.18%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010512600.380.260.33340.6227.6653.92
HexAA697E0261A211551c36
Octal25215117604632415253466
Binary101010101101001111111001001101101010000110101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA697E; }

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

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

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

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

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

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

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

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