#AA7185

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

Shades of Tapestry #AA7185

Tints of Tapestry #AA7185

Color information

#AA7185 (or 0xAA7185) is unknown color: approx Tapestry. HEX triplet: AA, 71 and 85. RGB value is (170,113,133). Sum of RGB (Red+Green+Blue) = 170+113+133=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7185 is #558E7A. Grayscale: #848484. Windows color (decimal): -5607035 or 8745386. OLE color: 8745386.

HSL color Cylindrical-coordinate representation of color #AA7185: hue angle of 338.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7185 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170113133-
CMYK00.340.220.33
HSL338.95º25.11%55.49%-
HSV(B)338.95º33.53%66.67%-
XYZ26.7222.0525.04-
YUV132.32128.38154.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=40.87%
G=27.16%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011313300.340.220.33338.9525.1155.49
HexAA718502216211531937
Octal25216120504226415233167
Binary1010101011100011000010101000101011010000110101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7185; }

 p { color: rgb(170,113,133); }

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

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

 a { background-color: rgb(170,113,133); }

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

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

 span { border-color: rgb(170,113,133); }

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