#A67484

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

Shades of Tapestry #A67484

Tints of Tapestry #A67484

Color information

#A67484 (or 0xA67484) is unknown color: approx Tapestry. HEX triplet: A6, 74 and 84. RGB value is (166,116,132). Sum of RGB (Red+Green+Blue) = 166+116+132=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67484 is #598B7B. Grayscale: #848484. Windows color (decimal): -5868412 or 8680614. OLE color: 8680614.

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

Color convert

RGB166116132-
CMYK00.300.200.35
HSL340.8º21.93%55.29%-
HSV(B)340.8º30.12%65.1%-
XYZ26.1422.2624.75-
YUV132.77127.56151.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=40.10%
G=28.02%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611613200.300.200.35340.821.9355.29
HexA6748401E14231551637
Octal24616420403624435252667
Binary101001101110100100001000111101010010001110101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67484; }

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

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

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

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

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

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

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

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