#A67485

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

Shades of Tapestry #A67485

Tints of Tapestry #A67485

Color information

#A67485 (or 0xA67485) is unknown color: approx Tapestry. HEX triplet: A6, 74 and 85. RGB value is (166,116,133). Sum of RGB (Red+Green+Blue) = 166+116+133=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67485 is #598B7A. Grayscale: #848484. Windows color (decimal): -5868411 or 8746150. OLE color: 8746150.

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

Color convert

RGB166116133-
CMYK00.300.200.35
HSL339.6º21.93%55.29%-
HSV(B)339.6º30.12%65.1%-
XYZ26.222.2925.11-
YUV132.89128.06151.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=40%
G=27.95%
B=32.05%

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
Decimal16611613300.300.200.35339.621.9355.29
HexA6748501E14231541637
Octal24616420503624435242667
Binary101001101110100100001010111101010010001110101010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67485; }

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

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

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

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

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

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

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

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