#A76681

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

Shades of Tapestry #A76681

Tints of Tapestry #A76681

Color information

#A76681 (or 0xA76681) is unknown color: approx Tapestry. HEX triplet: A7, 66 and 81. RGB value is (167,102,129). Sum of RGB (Red+Green+Blue) = 167+102+129=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76681 is #58997E. Grayscale: #7C7C7C. Windows color (decimal): -5806463 or 8480423. OLE color: 8480423.

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

Color convert

RGB167102129-
CMYK00.390.230.35
HSL335.08º26.97%52.75%-
HSV(B)335.08º38.92%65.49%-
XYZ24.6519.323.2-
YUV124.51130.53158.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=41.96%
G=25.63%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710212900.390.230.35335.0826.9752.75
HexA76681027172314f1b35
Octal24714620104727435173365
Binary1010011111001101000000101001111011110001110100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76681; }

 p { color: rgb(167,102,129); }

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

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

 a { background-color: rgb(167,102,129); }

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

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

 span { border-color: rgb(167,102,129); }

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