#AA6D8C

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

Shades of Tapestry #AA6D8C

Tints of Tapestry #AA6D8C

Color information

#AA6D8C (or 0xAA6D8C) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 8C. RGB value is (170,109,140). Sum of RGB (Red+Green+Blue) = 170+109+140=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D8C is #559273. Grayscale: #828282. Windows color (decimal): -5608052 or 9203114. OLE color: 9203114.

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

Color convert

RGB170109140-
CMYK00.360.180.33
HSL329.51º26.41%54.71%-
HSV(B)329.51º35.88%66.67%-
XYZ26.7821.3827.53-
YUV130.77133.21155.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=40.57%
G=26.01%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010914000.360.180.33329.5126.4154.71
HexAA6D8C024122114a1a37
Octal25215521404422415123267
Binary1010101011011011000110001001001001010000110100101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D8C; }

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

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

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

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

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

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

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

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