#aa7289

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

Shades of Tapestry #AA7289

Tints of Tapestry #AA7289

Color information

#AA7289 (or 0xAA7289) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 89. RGB value is (170,114,137). Sum of RGB (Red+Green+Blue) = 170+114+137=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7289 is #558D76. Grayscale: #858585. Windows color (decimal): -5606775 or 9007786. OLE color: 9007786.

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

Color convert

RGB170114137-
CMYK00.330.190.33
HSL335.36º24.78%55.69%-
HSV(B)335.36º32.94%66.67%-
XYZ27.1122.3926.56-
YUV133.37130.05154.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=40.38%
G=27.08%
B=32.54%

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
Decimal17011413700.330.190.33335.3624.7855.69
HexAA7289021132114f1938
Octal25216221104123415173170
Binary1010101011100101000100101000011001110000110100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7289; }

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

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

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

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

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

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

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

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