#AA7389

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

Shades of Tapestry #AA7389

Tints of Tapestry #AA7389

Color information

#AA7389 (or 0xAA7389) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 89. RGB value is (170,115,137). Sum of RGB (Red+Green+Blue) = 170+115+137=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7389 is #558C76. Grayscale: #858585. Windows color (decimal): -5606519 or 9008042. OLE color: 9008042.

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

Color convert

RGB170115137-
CMYK00.320.190.33
HSL336º24.44%55.88%-
HSV(B)336º32.35%66.67%-
XYZ27.2222.6126.6-
YUV133.95129.72153.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=40.28%
G=27.25%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011513700.320.190.3333624.4455.88
HexAA738902013211501838
Octal25216321104023415203070
Binary1010101011100111000100101000001001110000110101000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7389; }

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

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

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

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

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

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

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

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