#A67480

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

Shades of Tapestry #A67480

Tints of Tapestry #A67480

Color information

#A67480 (or 0xA67480) is unknown color: approx Tapestry. HEX triplet: A6, 74 and 80. RGB value is (166,116,128). Sum of RGB (Red+Green+Blue) = 166+116+128=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A67480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67480 is #598B7F. Grayscale: #848484. Windows color (decimal): -5868416 or 8418470. OLE color: 8418470.

HSL color Cylindrical-coordinate representation of color #A67480: hue angle of 345.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67480 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166116128-
CMYK00.300.230.35
HSL345.6º21.93%55.29%-
HSV(B)345.6º30.12%65.1%-
XYZ25.8722.1623.34-
YUV132.32125.56152.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=40.49%
G=28.29%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611612800.300.230.35345.621.9355.29
HexA6748001E172315a1637
Octal24616420003627435322667
Binary101001101110100100000000111101011110001110101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67480; }

 p { color: rgb(166,116,128); }

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

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

 a { background-color: rgb(166,116,128); }

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

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

 span { border-color: rgb(166,116,128); }

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