#A56B81

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

Shades of Tapestry #A56B81

Tints of Tapestry #A56B81

Color information

#A56B81 (or 0xA56B81) is unknown color: approx Tapestry. HEX triplet: A5, 6B and 81. RGB value is (165,107,129). Sum of RGB (Red+Green+Blue) = 165+107+129=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B81 is #5A947E. Grayscale: #7E7E7E. Windows color (decimal): -5936255 or 8481701. OLE color: 8481701.

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

Color convert

RGB165107129-
CMYK00.350.220.35
HSL337.24º24.37%53.33%-
HSV(B)337.24º35.15%64.71%-
XYZ24.7420.123.34-
YUV126.85129.22155.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=41.15%
G=26.68%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510712900.350.220.35337.2424.3753.33
HexA56B8102316231511835
Octal24515320104326435213065
Binary1010010111010111000000101000111011010001110101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B81; }

 p { color: rgb(165,107,129); }

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

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

 a { background-color: rgb(165,107,129); }

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

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

 span { border-color: rgb(165,107,129); }

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