#AA748A

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

Shades of Tapestry #AA748A

Tints of Tapestry #AA748A

Color information

#AA748A (or 0xAA748A) is unknown color: approx Tapestry. HEX triplet: AA, 74 and 8A. RGB value is (170,116,138). Sum of RGB (Red+Green+Blue) = 170+116+138=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA748A is #558B75. Grayscale: #868686. Windows color (decimal): -5606262 or 9073834. OLE color: 9073834.

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

Color convert

RGB170116138-
CMYK00.320.190.33
HSL335.56º24.11%56.08%-
HSV(B)335.56º31.76%66.67%-
XYZ27.4122.8727.01-
YUV134.65129.89153.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=40.09%
G=27.36%
B=32.55%

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
Decimal17011613800.320.190.33335.5624.1156.08
HexAA748A02013211501838
Octal25216421204023415203070
Binary1010101011101001000101001000001001110000110101000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA748A; }

 p { color: rgb(170,116,138); }

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

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

 a { background-color: rgb(170,116,138); }

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

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

 span { border-color: rgb(170,116,138); }

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