#A9758D

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

Shades of Tapestry #A9758D

Tints of Tapestry #A9758D

Color information

#A9758D (or 0xA9758D) is unknown color: approx Tapestry. HEX triplet: A9, 75 and 8D. RGB value is (169,117,141). Sum of RGB (Red+Green+Blue) = 169+117+141=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9758D is #568A72. Grayscale: #878787. Windows color (decimal): -5671539 or 9270697. OLE color: 9270697.

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

Color convert

RGB169117141-
CMYK00.310.170.34
HSL332.31º23.21%56.08%-
HSV(B)332.31º30.77%66.27%-
XYZ27.5323.0828.2-
YUV135.28131.23152.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=39.58%
G=27.40%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911714100.310.170.34332.3123.2156.08
HexA9758D01F112214c1738
Octal25116521503721425142770
Binary101010011110101100011010111111000110001010100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9758D; }

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

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

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

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

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

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

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

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