#AA728D

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

Shades of Tapestry #AA728D

Tints of Tapestry #AA728D

Color information

#AA728D (or 0xAA728D) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 8D. RGB value is (170,114,141). Sum of RGB (Red+Green+Blue) = 170+114+141=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728D is #558D72. Grayscale: #858585. Windows color (decimal): -5606771 or 9269930. OLE color: 9269930.

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

Color convert

RGB170114141-
CMYK00.330.170.33
HSL331.07º24.78%55.69%-
HSV(B)331.07º32.94%66.67%-
XYZ27.422.528.1-
YUV133.82132.05153.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=40%
G=26.82%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011414100.330.170.33331.0724.7855.69
HexAA728D021112114b1938
Octal25216221504121415133170
Binary1010101011100101000110101000011000110000110100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA728D; }

 p { color: rgb(170,114,141); }

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

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

 a { background-color: rgb(170,114,141); }

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

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

 span { border-color: rgb(170,114,141); }

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