#AA697D

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

Shades of Tapestry #AA697D

Tints of Tapestry #AA697D

Color information

#AA697D (or 0xAA697D) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 7D. RGB value is (170,105,125). Sum of RGB (Red+Green+Blue) = 170+105+125=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697D is #559682. Grayscale: #7E7E7E. Windows color (decimal): -5609091 or 8219050. OLE color: 8219050.

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

Color convert

RGB170105125-
CMYK00.380.260.33
HSL341.54º27.66%53.92%-
HSV(B)341.54º38.24%66.67%-
XYZ25.3320.1321.95-
YUV126.72127.03158.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=42.5%
G=26.25%
B=31.25%

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
Decimal17010512500.380.260.33341.5427.6653.92
HexAA697D0261A211561c36
Octal25215117504632415263466
Binary101010101101001111110101001101101010000110101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA697D; }

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

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

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

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

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

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

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

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