#A95F7D

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

Shades of Tapestry #A95F7D

Tints of Tapestry #A95F7D

Color information

#A95F7D (or 0xA95F7D) is unknown color: approx Tapestry. HEX triplet: A9, 5F and 7D. RGB value is (169,95,125). Sum of RGB (Red+Green+Blue) = 169+95+125=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F7D is #56A082. Grayscale: #787878. Windows color (decimal): -5677187 or 8216489. OLE color: 8216489.

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

Color convert

RGB16995125-
CMYK00.440.260.34
HSL335.68º30.08%51.76%-
HSV(B)335.68º43.79%66.27%-
XYZ24.1618.121.62-
YUV120.55130.52162.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=43.44%
G=24.42%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699512500.440.260.34335.6830.0851.76
HexA95F7D02C1A221501e34
Octal25113717505432425203664
Binary101010011011111111110101011001101010001010101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F7D; }

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

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

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

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

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

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

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

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