#A67082

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

Shades of Tapestry #A67082

Tints of Tapestry #A67082

Color information

#A67082 (or 0xA67082) is unknown color: approx Tapestry. HEX triplet: A6, 70 and 82. RGB value is (166,112,130). Sum of RGB (Red+Green+Blue) = 166+112+130=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A67082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67082 is #598F7D. Grayscale: #828282. Windows color (decimal): -5869438 or 8548518. OLE color: 8548518.

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

Color convert

RGB166112130-
CMYK00.330.220.35
HSL340º23.28%54.51%-
HSV(B)340º32.53%65.1%-
XYZ25.5521.3123.89-
YUV130.2127.89153.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=40.69%
G=27.45%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611213000.330.220.3534023.2854.51
HexA6708202116231541737
Octal24616020204126435242767
Binary1010011011100001000001001000011011010001110101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67082; }

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

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

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

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

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

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

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

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