#AA738C

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

Shades of Tapestry #AA738C

Tints of Tapestry #AA738C

Color information

#AA738C (or 0xAA738C) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 8C. RGB value is (170,115,140). Sum of RGB (Red+Green+Blue) = 170+115+140=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738C is #558C73. Grayscale: #868686. Windows color (decimal): -5606516 or 9204650. OLE color: 9204650.

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

Color convert

RGB170115140-
CMYK00.320.180.33
HSL332.73º24.44%55.88%-
HSV(B)332.73º32.35%66.67%-
XYZ27.4422.727.75-
YUV134.29131.22153.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=40%
G=27.06%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011514000.320.180.33332.7324.4455.88
HexAA738C020122114d1838
Octal25216321404022415153070
Binary1010101011100111000110001000001001010000110100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA738C; }

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

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

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

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

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

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

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

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