#a95f80

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

Shades of Tapestry #A95F80

Tints of Tapestry #A95F80

Color information

#A95F80 (or 0xA95F80) is unknown color: approx Tapestry. HEX triplet: A9, 5F and 80. RGB value is (169,95,128). Sum of RGB (Red+Green+Blue) = 169+95+128=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95F80 is #56A07F. Grayscale: #787878. Windows color (decimal): -5677184 or 8413097. OLE color: 8413097.

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

Color convert

RGB16995128-
CMYK00.440.240.34
HSL333.24º30.08%51.76%-
HSV(B)333.24º43.79%66.27%-
XYZ24.3518.1822.65-
YUV120.89132.02162.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=43.11%
G=24.23%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699512800.440.240.34333.2430.0851.76
HexA95F8002C182214d1e34
Octal25113720005430425153664
Binary1010100110111111000000001011001100010001010100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95f80; }

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

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

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

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

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

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

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

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