#AA6C7D

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

Shades of Tapestry #AA6C7D

Tints of Tapestry #AA6C7D

Color information

#AA6C7D (or 0xAA6C7D) is unknown color: approx Tapestry. HEX triplet: AA, 6C and 7D. RGB value is (170,108,125). Sum of RGB (Red+Green+Blue) = 170+108+125=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C7D is #559382. Grayscale: #808080. Windows color (decimal): -5608323 or 8219818. OLE color: 8219818.

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

Color convert

RGB170108125-
CMYK00.360.260.33
HSL343.55º26.72%54.51%-
HSV(B)343.55º36.47%66.67%-
XYZ25.6420.7522.06-
YUV128.48126.04157.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=42.18%
G=26.80%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010812500.360.260.33343.5526.7254.51
HexAA6C7D0241A211581b37
Octal25215417504432415303367
Binary101010101101100111110101001001101010000110101100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C7D; }

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

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

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

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

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

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

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

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