#AA7287

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

Shades of Tapestry #AA7287

Tints of Tapestry #AA7287

Color information

#AA7287 (or 0xAA7287) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 87. RGB value is (170,114,135). Sum of RGB (Red+Green+Blue) = 170+114+135=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7287 is #558D78. Grayscale: #858585. Windows color (decimal): -5606777 or 8876714. OLE color: 8876714.

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

Color convert

RGB170114135-
CMYK00.330.210.33
HSL337.5º24.78%55.69%-
HSV(B)337.5º32.94%66.67%-
XYZ26.9722.3325.81-
YUV133.14129.05154.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=40.57%
G=27.21%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011413500.330.210.33337.524.7855.69
HexAA728702115211521938
Octal25216220704125415223170
Binary1010101011100101000011101000011010110000110101001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7287; }

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

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

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

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

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

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

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

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