#AA7184

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

Shades of Tapestry #AA7184

Tints of Tapestry #AA7184

Color information

#AA7184 (or 0xAA7184) is unknown color: approx Tapestry. HEX triplet: AA, 71 and 84. RGB value is (170,113,132). Sum of RGB (Red+Green+Blue) = 170+113+132=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7184 is #558E7B. Grayscale: #848484. Windows color (decimal): -5607036 or 8679850. OLE color: 8679850.

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

Color convert

RGB170113132-
CMYK00.340.220.33
HSL340º25.11%55.49%-
HSV(B)340º33.53%66.67%-
XYZ26.6522.0224.68-
YUV132.21127.88154.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=40.96%
G=27.23%
B=31.81%

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
Decimal17011313200.340.220.3334025.1155.49
HexAA718402216211541937
Octal25216120404226415243167
Binary1010101011100011000010001000101011010000110101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7184; }

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

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

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

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

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

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

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

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