#A67481

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

Shades of Tapestry #A67481

Tints of Tapestry #A67481

Color information

#A67481 (or 0xA67481) is unknown color: approx Tapestry. HEX triplet: A6, 74 and 81. RGB value is (166,116,129). Sum of RGB (Red+Green+Blue) = 166+116+129=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A67481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67481 is #598B7E. Grayscale: #848484. Windows color (decimal): -5868415 or 8484006. OLE color: 8484006.

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

Color convert

RGB166116129-
CMYK00.300.220.35
HSL344.4º21.93%55.29%-
HSV(B)344.4º30.12%65.1%-
XYZ25.9322.1823.68-
YUV132.43126.06151.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=40.39%
G=28.22%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611612900.300.220.35344.421.9355.29
HexA6748101E16231581637
Octal24616420103626435302667
Binary101001101110100100000010111101011010001110101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67481; }

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

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

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

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

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

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

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

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