#AA5F78

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

Shades of Tapestry #AA5F78

Tints of Tapestry #AA5F78

Color information

#AA5F78 (or 0xAA5F78) is unknown color: approx Tapestry. HEX triplet: AA, 5F and 78. RGB value is (170,95,120). Sum of RGB (Red+Green+Blue) = 170+95+120=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F78 is #55A087. Grayscale: #787878. Windows color (decimal): -5611656 or 7888810. OLE color: 7888810.

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

Color convert

RGB17095120-
CMYK00.440.290.33
HSL340º30.61%51.96%-
HSV(B)340º44.12%66.67%-
XYZ24.0618.0919.99-
YUV120.28127.85163.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=44.16%
G=24.68%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709512000.440.290.3334030.6151.96
HexAA5F7802C1D211541f34
Octal25213717005435415243764
Binary101010101011111111100001011001110110000110101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F78; }

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

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

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

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

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

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

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

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