#AA7581

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

Shades of Tapestry #AA7581

Tints of Tapestry #AA7581

Color information

#AA7581 (or 0xAA7581) is unknown color: approx Tapestry. HEX triplet: AA, 75 and 81. RGB value is (170,117,129). Sum of RGB (Red+Green+Blue) = 170+117+129=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7581 is #558A7E. Grayscale: #868686. Windows color (decimal): -5606015 or 8484266. OLE color: 8484266.

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

Color convert

RGB170117129-
CMYK00.310.240.33
HSL346.42º23.77%56.27%-
HSV(B)346.42º31.18%66.67%-
XYZ26.922.8523.76-
YUV134.22125.06153.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=40.87%
G=28.12%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011712900.310.240.33346.4223.7756.27
HexAA758101F182115a1838
Octal25216520103730415323070
Binary101010101110101100000010111111100010000110101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7581; }

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

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

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

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

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

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

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

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