#A95F7B

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

Shades of Tapestry #A95F7B

Tints of Tapestry #A95F7B

Color information

#A95F7B (or 0xA95F7B) is unknown color: approx Tapestry. HEX triplet: A9, 5F and 7B. RGB value is (169,95,123). Sum of RGB (Red+Green+Blue) = 169+95+123=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F7B is #56A084. Grayscale: #787878. Windows color (decimal): -5677189 or 8085417. OLE color: 8085417.

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

Color convert

RGB16995123-
CMYK00.440.270.34
HSL337.3º30.08%51.76%-
HSV(B)337.3º43.79%66.27%-
XYZ24.0318.0520.96-
YUV120.32129.52162.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=43.67%
G=24.55%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699512300.440.270.34337.330.0851.76
HexA95F7B02C1B221511e34
Octal25113717305433425213664
Binary101010011011111111101101011001101110001010101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F7B; }

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

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

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

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

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

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

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

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