#AA6D8B

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

Shades of Tapestry #AA6D8B

Tints of Tapestry #AA6D8B

Color information

#AA6D8B (or 0xAA6D8B) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 8B. RGB value is (170,109,139). Sum of RGB (Red+Green+Blue) = 170+109+139=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D8B is #559274. Grayscale: #828282. Windows color (decimal): -5608053 or 9137578. OLE color: 9137578.

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

Color convert

RGB170109139-
CMYK00.360.180.33
HSL330.49º26.41%54.71%-
HSV(B)330.49º35.88%66.67%-
XYZ26.7121.3527.14-
YUV130.66132.71156.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=40.67%
G=26.08%
B=33.25%

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
Decimal17010913900.360.180.33330.4926.4154.71
HexAA6D8B024122114a1a37
Octal25215521304422415123267
Binary1010101011011011000101101001001001010000110100101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D8B; }

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

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

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

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

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

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

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

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