#A95F7F

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

Shades of Tapestry #A95F7F

Tints of Tapestry #A95F7F

Color information

#A95F7F (or 0xA95F7F) is unknown color: approx Tapestry. HEX triplet: A9, 5F and 7F. RGB value is (169,95,127). Sum of RGB (Red+Green+Blue) = 169+95+127=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F7F is #56A080. Grayscale: #787878. Windows color (decimal): -5677185 or 8347561. OLE color: 8347561.

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

Color convert

RGB16995127-
CMYK00.440.250.34
HSL334.05º30.08%51.76%-
HSV(B)334.05º43.79%66.27%-
XYZ24.2918.1522.3-
YUV120.77131.52162.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 127 (50% from 255) = 32.48%
R=43.22%
G=24.30%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699512700.440.250.34334.0530.0851.76
HexA95F7F02C192214e1e34
Octal25113717705431425163664
Binary101010011011111111111101011001100110001010100111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F7F; }

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

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

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

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

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

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

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

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