#A76E88

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

Shades of Tapestry #A76E88

Tints of Tapestry #A76E88

Color information

#A76E88 (or 0xA76E88) is unknown color: approx Tapestry. HEX triplet: A7, 6E and 88. RGB value is (167,110,136). Sum of RGB (Red+Green+Blue) = 167+110+136=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E88 is #589177. Grayscale: #818181. Windows color (decimal): -5804408 or 8941223. OLE color: 8941223.

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

Color convert

RGB167110136-
CMYK00.340.190.35
HSL332.63º24.46%54.31%-
HSV(B)332.63º34.13%65.49%-
XYZ25.9621.1426.01-
YUV130.01131.38154.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=40.44%
G=26.63%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711013600.340.190.35332.6324.4654.31
HexA76E88022132314d1836
Octal24715621004223435153066
Binary1010011111011101000100001000101001110001110100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E88; }

 p { color: rgb(167,110,136); }

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

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

 a { background-color: rgb(167,110,136); }

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

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

 span { border-color: rgb(167,110,136); }

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