#AA728C

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

Shades of Tapestry #AA728C

Tints of Tapestry #AA728C

Color information

#AA728C (or 0xAA728C) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 8C. RGB value is (170,114,140). Sum of RGB (Red+Green+Blue) = 170+114+140=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728C is #558D73. Grayscale: #858585. Windows color (decimal): -5606772 or 9204394. OLE color: 9204394.

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

Color convert

RGB170114140-
CMYK00.330.180.33
HSL332.14º24.78%55.69%-
HSV(B)332.14º32.94%66.67%-
XYZ27.3322.4727.71-
YUV133.71131.55153.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=40.09%
G=26.89%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011414000.330.180.33332.1424.7855.69
HexAA728C021122114c1938
Octal25216221404122415143170
Binary1010101011100101000110001000011001010000110100110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA728C; }

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

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

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

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

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

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

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

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