#AA677A

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

Shades of Tapestry #AA677A

Tints of Tapestry #AA677A

Color information

#AA677A (or 0xAA677A) is unknown color: approx Tapestry. HEX triplet: AA, 67 and 7A. RGB value is (170,103,122). Sum of RGB (Red+Green+Blue) = 170+103+122=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677A is #559885. Grayscale: #7D7D7D. Windows color (decimal): -5609606 or 8021930. OLE color: 8021930.

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

Color convert

RGB170103122-
CMYK00.390.280.33
HSL342.99º28.27%53.53%-
HSV(B)342.99º39.41%66.67%-
XYZ24.9419.6520.89-
YUV125.2126.2159.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=43.04%
G=26.08%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010312200.390.280.33342.9928.2753.53
HexAA677A0271C211571c36
Octal25214717204734415273466
Binary101010101100111111101001001111110010000110101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA677A; }

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

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

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

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

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

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

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

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