#AA7182

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

Shades of Tapestry #AA7182

Tints of Tapestry #AA7182

Color information

#AA7182 (or 0xAA7182) is unknown color: approx Tapestry. HEX triplet: AA, 71 and 82. RGB value is (170,113,130). Sum of RGB (Red+Green+Blue) = 170+113+130=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7182 is #558E7D. Grayscale: #838383. Windows color (decimal): -5607038 or 8548778. OLE color: 8548778.

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

Color convert

RGB170113130-
CMYK00.340.240.33
HSL342.11º25.11%55.49%-
HSV(B)342.11º33.53%66.67%-
XYZ26.5121.9723.96-
YUV131.98126.88155.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=41.16%
G=27.36%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011313000.340.240.33342.1125.1155.49
HexAA718202218211561937
Octal25216120204230415263167
Binary1010101011100011000001001000101100010000110101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7182; }

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

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

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

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

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

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

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

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