#AA728A

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

Shades of Tapestry #AA728A

Tints of Tapestry #AA728A

Color information

#AA728A (or 0xAA728A) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 8A. RGB value is (170,114,138). Sum of RGB (Red+Green+Blue) = 170+114+138=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728A is #558D75. Grayscale: #858585. Windows color (decimal): -5606774 or 9073322. OLE color: 9073322.

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

Color convert

RGB170114138-
CMYK00.330.190.33
HSL334.29º24.78%55.69%-
HSV(B)334.29º32.94%66.67%-
XYZ27.1822.4226.94-
YUV133.48130.55154.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=40.28%
G=27.01%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011413800.330.190.33334.2924.7855.69
HexAA728A021132114e1938
Octal25216221204123415163170
Binary1010101011100101000101001000011001110000110100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA728A; }

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

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

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

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

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

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

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

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