#AA7081

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

Shades of Tapestry #AA7081

Tints of Tapestry #AA7081

Color information

#AA7081 (or 0xAA7081) is unknown color: approx Tapestry. HEX triplet: AA, 70 and 81. RGB value is (170,112,129). Sum of RGB (Red+Green+Blue) = 170+112+129=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7081 is #558F7E. Grayscale: #838383. Windows color (decimal): -5607295 or 8482986. OLE color: 8482986.

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

Color convert

RGB170112129-
CMYK00.340.240.33
HSL342.41º25.44%55.29%-
HSV(B)342.41º34.12%66.67%-
XYZ26.3321.7223.57-
YUV131.28126.72155.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=41.36%
G=27.25%
B=31.39%

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
Decimal17011212900.340.240.33342.4125.4455.29
HexAA708102218211561937
Octal25216020104230415263167
Binary1010101011100001000000101000101100010000110101011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7081; }

 p { color: rgb(170,112,129); }

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

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

 a { background-color: rgb(170,112,129); }

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

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

 span { border-color: rgb(170,112,129); }

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