#A67182

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

Shades of Tapestry #A67182

Tints of Tapestry #A67182

Color information

#A67182 (or 0xA67182) is unknown color: approx Tapestry. HEX triplet: A6, 71 and 82. RGB value is (166,113,130). Sum of RGB (Red+Green+Blue) = 166+113+130=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67182 is #598E7D. Grayscale: #828282. Windows color (decimal): -5869182 or 8548774. OLE color: 8548774.

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

Color convert

RGB166113130-
CMYK00.320.220.35
HSL340.75º22.94%54.71%-
HSV(B)340.75º31.93%65.1%-
XYZ25.6621.5323.92-
YUV130.78127.56153.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=40.59%
G=27.63%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611313000.320.220.35340.7522.9454.71
HexA6718202016231551737
Octal24616120204026435252767
Binary1010011011100011000001001000001011010001110101010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67182; }

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

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

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

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

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

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

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

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