#A67184

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

Shades of Tapestry #A67184

Tints of Tapestry #A67184

Color information

#A67184 (or 0xA67184) is unknown color: approx Tapestry. HEX triplet: A6, 71 and 84. RGB value is (166,113,132). Sum of RGB (Red+Green+Blue) = 166+113+132=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A67184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67184 is #598E7B. Grayscale: #828282. Windows color (decimal): -5869180 or 8679846. OLE color: 8679846.

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

Color convert

RGB166113132-
CMYK00.320.200.35
HSL338.49º22.94%54.71%-
HSV(B)338.49º31.93%65.1%-
XYZ25.821.5824.64-
YUV131.01128.56152.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=40.39%
G=27.49%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611313200.320.200.35338.4922.9454.71
HexA6718402014231521737
Octal24616120404024435222767
Binary1010011011100011000010001000001010010001110101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67184; }

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

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

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

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

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

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

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

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