#A9677C

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

Shades of Tapestry #A9677C

Tints of Tapestry #A9677C

Color information

#A9677C (or 0xA9677C) is unknown color: approx Tapestry. HEX triplet: A9, 67 and 7C. RGB value is (169,103,124). Sum of RGB (Red+Green+Blue) = 169+103+124=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9677C is #569883. Grayscale: #7D7D7D. Windows color (decimal): -5675140 or 8153001. OLE color: 8153001.

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

Color convert

RGB169103124-
CMYK00.390.270.34
HSL340.91º27.73%53.33%-
HSV(B)340.91º39.05%66.27%-
XYZ24.8519.5921.54-
YUV125.13127.37159.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=42.68%
G=26.01%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910312400.390.270.34340.9127.7353.33
HexA9677C0271B221551c35
Octal25114717404733425253465
Binary101010011100111111110001001111101110001010101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9677C; }

 p { color: rgb(169,103,124); }

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

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

 a { background-color: rgb(169,103,124); }

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

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

 span { border-color: rgb(169,103,124); }

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