#A56E86

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

Shades of Tapestry #A56E86

Tints of Tapestry #A56E86

Color information

#A56E86 (or 0xA56E86) is unknown color: approx Tapestry. HEX triplet: A5, 6E and 86. RGB value is (165,110,134). Sum of RGB (Red+Green+Blue) = 165+110+134=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E86 is #5A9179. Grayscale: #818181. Windows color (decimal): -5935482 or 8810149. OLE color: 8810149.

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

Color convert

RGB165110134-
CMYK00.330.190.35
HSL333.82º23.4%53.92%-
HSV(B)333.82º33.33%64.71%-
XYZ25.420.8725.24-
YUV129.18130.72153.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=40.34%
G=26.89%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511013400.330.190.35333.8223.453.92
HexA56E86021132314e1736
Octal24515620604123435162766
Binary1010010111011101000011001000011001110001110100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E86; }

 p { color: rgb(165,110,134); }

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

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

 a { background-color: rgb(165,110,134); }

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

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

 span { border-color: rgb(165,110,134); }

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