#AA6B7C

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

Shades of Tapestry #AA6B7C

Tints of Tapestry #AA6B7C

Color information

#AA6B7C (or 0xAA6B7C) is unknown color: approx Tapestry. HEX triplet: AA, 6B and 7C. RGB value is (170,107,124). Sum of RGB (Red+Green+Blue) = 170+107+124=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B7C is #559483. Grayscale: #7F7F7F. Windows color (decimal): -5608580 or 8154026. OLE color: 8154026.

HSL color Cylindrical-coordinate representation of color #AA6B7C: hue angle of 343.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6B7C is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170107124-
CMYK00.370.270.33
HSL343.81º27.04%54.31%-
HSV(B)343.81º37.06%66.67%-
XYZ25.4720.5221.69-
YUV127.78125.87158.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=42.39%
G=26.68%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010712400.370.270.33343.8127.0454.31
HexAA6B7C0251B211581b36
Octal25215317404533415303366
Binary101010101101011111110001001011101110000110101100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B7C; }

 p { color: rgb(170,107,124); }

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

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

 a { background-color: rgb(170,107,124); }

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

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

 span { border-color: rgb(170,107,124); }

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