#A9758B

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

Shades of Tapestry #A9758B

Tints of Tapestry #A9758B

Color information

#A9758B (or 0xA9758B) is unknown color: approx Tapestry. HEX triplet: A9, 75 and 8B. RGB value is (169,117,139). Sum of RGB (Red+Green+Blue) = 169+117+139=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9758B is #568A74. Grayscale: #878787. Windows color (decimal): -5671541 or 9139625. OLE color: 9139625.

HSL color Cylindrical-coordinate representation of color #A9758B: hue angle of 334.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9758B is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169117139-
CMYK00.310.180.34
HSL334.62º23.21%56.08%-
HSV(B)334.62º30.77%66.27%-
XYZ27.3823.0227.43-
YUV135.06130.23152.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=39.76%
G=27.53%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911713900.310.180.34334.6223.2156.08
HexA9758B01F122214f1738
Octal25116521303722425172770
Binary101010011110101100010110111111001010001010100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9758B; }

 p { color: rgb(169,117,139); }

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

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

 a { background-color: rgb(169,117,139); }

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

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

 span { border-color: rgb(169,117,139); }

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