#AA677C

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

Shades of Tapestry #AA677C

Tints of Tapestry #AA677C

Color information

#AA677C (or 0xAA677C) is unknown color: approx Tapestry. HEX triplet: AA, 67 and 7C. RGB value is (170,103,124). Sum of RGB (Red+Green+Blue) = 170+103+124=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677C is #559883. Grayscale: #7D7D7D. Windows color (decimal): -5609604 or 8153002. OLE color: 8153002.

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

Color convert

RGB170103124-
CMYK00.390.270.33
HSL341.19º28.27%53.53%-
HSV(B)341.19º39.41%66.67%-
XYZ25.0719.721.55-
YUV125.43127.2159.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=42.82%
G=25.94%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010312400.390.270.33341.1928.2753.53
HexAA677C0271B211551c36
Octal25214717404733415253466
Binary101010101100111111110001001111101110000110101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA677C; }

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

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

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

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

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

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

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

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