#AA6D7F

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

Shades of Tapestry #AA6D7F

Tints of Tapestry #AA6D7F

Color information

#AA6D7F (or 0xAA6D7F) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 7F. RGB value is (170,109,127). Sum of RGB (Red+Green+Blue) = 170+109+127=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D7F is #559280. Grayscale: #818181. Windows color (decimal): -5608065 or 8351146. OLE color: 8351146.

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

Color convert

RGB170109127-
CMYK00.360.250.33
HSL342.3º26.41%54.71%-
HSV(B)342.3º35.88%66.67%-
XYZ25.8821.0222.77-
YUV129.29126.71157.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 127 (50% from 255) = 31.28%
R=41.87%
G=26.85%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010912700.360.250.33342.326.4154.71
HexAA6D7F02419211561a37
Octal25215517704431415263267
Binary101010101101101111111101001001100110000110101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D7F; }

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

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

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

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

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

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

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

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