#AA7281

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

Shades of Tapestry #AA7281

Tints of Tapestry #AA7281

Color information

#AA7281 (or 0xAA7281) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 81. RGB value is (170,114,129). Sum of RGB (Red+Green+Blue) = 170+114+129=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7281 is #558D7E. Grayscale: #848484. Windows color (decimal): -5606783 or 8483498. OLE color: 8483498.

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

Color convert

RGB170114129-
CMYK00.330.240.33
HSL343.93º24.78%55.69%-
HSV(B)343.93º32.94%66.67%-
XYZ26.5622.1723.65-
YUV132.45126.05154.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=41.16%
G=27.60%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011412900.330.240.33343.9324.7855.69
HexAA728102118211581938
Octal25216220104130415303170
Binary1010101011100101000000101000011100010000110101100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7281; }

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

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

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

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

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

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

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

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