#AA738D

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

Shades of Tapestry #AA738D

Tints of Tapestry #AA738D

Color information

#AA738D (or 0xAA738D) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 8D. RGB value is (170,115,141). Sum of RGB (Red+Green+Blue) = 170+115+141=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738D is #558C72. Grayscale: #868686. Windows color (decimal): -5606515 or 9270186. OLE color: 9270186.

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

Color convert

RGB170115141-
CMYK00.320.170.33
HSL331.64º24.44%55.88%-
HSV(B)331.64º32.35%66.67%-
XYZ27.5222.7328.14-
YUV134.41131.72153.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=39.91%
G=27.00%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011514100.320.170.33331.6424.4455.88
HexAA738D020112114c1838
Octal25216321504021415143070
Binary1010101011100111000110101000001000110000110100110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA738D; }

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

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

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

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

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

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

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

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