#AA677E

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

Shades of Tapestry #AA677E

Tints of Tapestry #AA677E

Color information

#AA677E (or 0xAA677E) is unknown color: approx Tapestry. HEX triplet: AA, 67 and 7E. RGB value is (170,103,126). Sum of RGB (Red+Green+Blue) = 170+103+126=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677E is #559881. Grayscale: #7D7D7D. Windows color (decimal): -5609602 or 8284074. OLE color: 8284074.

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

Color convert

RGB170103126-
CMYK00.390.260.33
HSL339.4º28.27%53.53%-
HSV(B)339.4º39.41%66.67%-
XYZ25.1919.7522.22-
YUV125.66128.2159.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=42.61%
G=25.81%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010312600.390.260.33339.428.2753.53
HexAA677E0271A211531c36
Octal25214717604732415233466
Binary101010101100111111111001001111101010000110101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA677E; }

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

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

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

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

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

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

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

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