#A95F78

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

Shades of Tapestry #A95F78

Tints of Tapestry #A95F78

Color information

#A95F78 (or 0xA95F78) is unknown color: approx Tapestry. HEX triplet: A9, 5F and 78. RGB value is (169,95,120). Sum of RGB (Red+Green+Blue) = 169+95+120=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F78 is #56A087. Grayscale: #777777. Windows color (decimal): -5677192 or 7888809. OLE color: 7888809.

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

Color convert

RGB16995120-
CMYK00.440.290.34
HSL339.73º30.08%51.76%-
HSV(B)339.73º43.79%66.27%-
XYZ23.8417.9819.98-
YUV119.98128.02162.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=44.01%
G=24.74%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699512000.440.290.34339.7330.0851.76
HexA95F7802C1D221541e34
Octal25113717005435425243664
Binary101010011011111111100001011001110110001010101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F78; }

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

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

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

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

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

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

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

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