#A37586

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

Shades of Tapestry #A37586

Tints of Tapestry #A37586

Color information

#A37586 (or 0xA37586) is unknown color: approx Tapestry. HEX triplet: A3, 75 and 86. RGB value is (163,117,134). Sum of RGB (Red+Green+Blue) = 163+117+134=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37586 is #5C8A79. Grayscale: #848484. Windows color (decimal): -6064762 or 8811939. OLE color: 8811939.

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

Color convert

RGB163117134-
CMYK00.280.180.36
HSL337.83º20%54.9%-
HSV(B)337.83º28.22%63.92%-
XYZ25.7722.2325.49-
YUV132.69128.74149.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=39.37%
G=28.26%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311713400.280.180.36337.832054.9
HexA3758601C12241521437
Octal24316520603422445222467
Binary101000111110101100001100111001001010010010101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37586; }

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

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

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

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

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

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

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

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