#AA737F

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

Shades of Tapestry #AA737F

Tints of Tapestry #AA737F

Color information

#AA737F (or 0xAA737F) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 7F. RGB value is (170,115,127). Sum of RGB (Red+Green+Blue) = 170+115+127=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA737F is #558C80. Grayscale: #848484. Windows color (decimal): -5606529 or 8352682. OLE color: 8352682.

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

Color convert

RGB170115127-
CMYK00.320.250.33
HSL346.91º24.44%55.88%-
HSV(B)346.91º32.35%66.67%-
XYZ26.5422.3422.99-
YUV132.81124.72154.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 127 (50% from 255) = 30.83%
R=41.26%
G=27.91%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512700.320.250.33346.9124.4455.88
HexAA737F020192115b1838
Octal25216317704031415333070
Binary101010101110011111111101000001100110000110101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA737F; }

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

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

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

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

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

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

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

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