#A9707F

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

Shades of Tapestry #A9707F

Tints of Tapestry #A9707F

Color information

#A9707F (or 0xA9707F) is unknown color: approx Tapestry. HEX triplet: A9, 70 and 7F. RGB value is (169,112,127). Sum of RGB (Red+Green+Blue) = 169+112+127=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9707F is #568F80. Grayscale: #828282. Windows color (decimal): -5672833 or 8351913. OLE color: 8351913.

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

Color convert

RGB169112127-
CMYK00.340.250.34
HSL344.21º24.89%55.1%-
HSV(B)344.21º33.73%66.27%-
XYZ25.9921.5622.87-
YUV130.75125.88155.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 127 (50% from 255) = 31.13%
R=41.42%
G=27.45%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911212700.340.250.34344.2124.8955.1
HexA9707F02219221581937
Octal25116017704231425303167
Binary101010011110000111111101000101100110001010101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9707F; }

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

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

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

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

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

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

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

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