#aa5f81

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

Shades of Tapestry #AA5F81

Tints of Tapestry #AA5F81

Color information

#AA5F81 (or 0xAA5F81) is unknown color: approx Tapestry. HEX triplet: AA, 5F and 81. RGB value is (170,95,129). Sum of RGB (Red+Green+Blue) = 170+95+129=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5F81 is #55A07E. Grayscale: #797979. Windows color (decimal): -5611647 or 8478634. OLE color: 8478634.

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

Color convert

RGB17095129-
CMYK00.440.240.33
HSL332.8º30.61%51.96%-
HSV(B)332.8º44.12%66.67%-
XYZ24.6318.3223.01-
YUV121.3132.35162.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=43.15%
G=24.11%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709512900.440.240.33332.830.6151.96
HexAA5F8102C182114d1f34
Octal25213720105430415153764
Binary1010101010111111000000101011001100010000110100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5f81; }

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

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

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

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

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

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

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

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