#A76C85

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

Shades of Tapestry #A76C85

Tints of Tapestry #A76C85

Color information

#A76C85 (or 0xA76C85) is unknown color: approx Tapestry. HEX triplet: A7, 6C and 85. RGB value is (167,108,133). Sum of RGB (Red+Green+Blue) = 167+108+133=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C85 is #58937A. Grayscale: #808080. Windows color (decimal): -5804923 or 8744103. OLE color: 8744103.

HSL color Cylindrical-coordinate representation of color #A76C85: hue angle of 334.58º 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 #A76C85 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB167108133-
CMYK00.350.200.35
HSL334.58º25.11%53.92%-
HSV(B)334.58º35.33%65.49%-
XYZ25.5320.6324.83-
YUV128.49130.55155.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=40.93%
G=26.47%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710813300.350.200.35334.5825.1153.92
HexA76C85023142314f1936
Octal24715420504324435173166
Binary1010011111011001000010101000111010010001110100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C85; }

 p { color: rgb(167,108,133); }

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

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

 a { background-color: rgb(167,108,133); }

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

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

 span { border-color: rgb(167,108,133); }

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