#A76D89

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

Shades of Tapestry #A76D89

Tints of Tapestry #A76D89

Color information

#A76D89 (or 0xA76D89) is unknown color: approx Tapestry. HEX triplet: A7, 6D and 89. RGB value is (167,109,137). Sum of RGB (Red+Green+Blue) = 167+109+137=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D89 is #589276. Grayscale: #818181. Windows color (decimal): -5804663 or 9006503. OLE color: 9006503.

HSL color Cylindrical-coordinate representation of color #A76D89: hue angle of 331.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76D89 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB167109137-
CMYK00.350.180.35
HSL331.03º24.79%54.12%-
HSV(B)331.03º34.73%65.49%-
XYZ25.9220.9626.35-
YUV129.53132.22154.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=40.44%
G=26.39%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710913700.350.180.35331.0324.7954.12
HexA76D89023122314b1936
Octal24715521104322435133166
Binary1010011111011011000100101000111001010001110100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D89; }

 p { color: rgb(167,109,137); }

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

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

 a { background-color: rgb(167,109,137); }

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

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

 span { border-color: rgb(167,109,137); }

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