#A67482

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

Shades of Tapestry #A67482

Tints of Tapestry #A67482

Color information

#A67482 (or 0xA67482) is unknown color: approx Tapestry. HEX triplet: A6, 74 and 82. RGB value is (166,116,130). Sum of RGB (Red+Green+Blue) = 166+116+130=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67482 is #598B7D. Grayscale: #848484. Windows color (decimal): -5868414 or 8549542. OLE color: 8549542.

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

Color convert

RGB166116130-
CMYK00.300.220.35
HSL343.2º21.93%55.29%-
HSV(B)343.2º30.12%65.1%-
XYZ2622.2124.04-
YUV132.55126.56151.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=40.29%
G=28.16%
B=31.55%

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
Decimal16611613000.300.220.35343.221.9355.29
HexA6748201E16231571637
Octal24616420203626435272667
Binary101001101110100100000100111101011010001110101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67482; }

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

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

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

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

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

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

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

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