#AA7280

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

Shades of Tapestry #AA7280

Tints of Tapestry #AA7280

Color information

#AA7280 (or 0xAA7280) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 80. RGB value is (170,114,128). Sum of RGB (Red+Green+Blue) = 170+114+128=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7280 is #558D7F. Grayscale: #848484. Windows color (decimal): -5606784 or 8417962. OLE color: 8417962.

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

Color convert

RGB170114128-
CMYK00.330.250.33
HSL345º24.78%55.69%-
HSV(B)345º32.94%66.67%-
XYZ26.4922.1423.3-
YUV132.34125.55154.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=41.26%
G=27.67%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011412800.330.250.3334524.7855.69
HexAA728002119211591938
Octal25216220004131415313170
Binary1010101011100101000000001000011100110000110101100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7280; }

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

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

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

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

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

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

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

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