#A95F79

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

Shades of Tapestry #A95F79

Tints of Tapestry #A95F79

Color information

#A95F79 (or 0xA95F79) is unknown color: approx Tapestry. HEX triplet: A9, 5F and 79. RGB value is (169,95,121). Sum of RGB (Red+Green+Blue) = 169+95+121=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F79 is #56A086. Grayscale: #787878. Windows color (decimal): -5677191 or 7954345. OLE color: 7954345.

HSL color Cylindrical-coordinate representation of color #A95F79: hue angle of 338.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95F79 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16995121-
CMYK00.440.280.34
HSL338.92º30.08%51.76%-
HSV(B)338.92º43.79%66.27%-
XYZ23.911820.3-
YUV120.09128.52162.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=43.90%
G=24.68%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699512100.440.280.34338.9230.0851.76
HexA95F7902C1C221531e34
Octal25113717105434425233664
Binary101010011011111111100101011001110010001010101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F79; }

 p { color: rgb(169,95,121); }

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

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

 a { background-color: rgb(169,95,121); }

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

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

 span { border-color: rgb(169,95,121); }

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