#A47586

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

Shades of Tapestry #A47586

Tints of Tapestry #A47586

Color information

#A47586 (or 0xA47586) is unknown color: approx Tapestry. HEX triplet: A4, 75 and 86. RGB value is (164,117,134). Sum of RGB (Red+Green+Blue) = 164+117+134=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47586 is #5B8A79. Grayscale: #848484. Windows color (decimal): -5999226 or 8811940. OLE color: 8811940.

HSL color Cylindrical-coordinate representation of color #A47586: hue angle of 338.3º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47586 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164117134-
CMYK00.290.180.36
HSL338.3º20.52%55.1%-
HSV(B)338.3º28.66%64.31%-
XYZ25.9722.3425.5-
YUV132.99128.57150.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=39.52%
G=28.19%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411713400.290.180.36338.320.5255.1
HexA4758601D12241521537
Octal24416520603522445222567
Binary101001001110101100001100111011001010010010101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47586; }

 p { color: rgb(164,117,134); }

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

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

 a { background-color: rgb(164,117,134); }

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

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

 span { border-color: rgb(164,117,134); }

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