#A56881

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

Shades of Tapestry #A56881

Tints of Tapestry #A56881

Color information

#A56881 (or 0xA56881) is unknown color: approx Tapestry. HEX triplet: A5, 68 and 81. RGB value is (165,104,129). Sum of RGB (Red+Green+Blue) = 165+104+129=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A56881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56881 is #5A977E. Grayscale: #7D7D7D. Windows color (decimal): -5937023 or 8480933. OLE color: 8480933.

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

Color convert

RGB165104129-
CMYK00.370.220.35
HSL335.41º25.31%52.75%-
HSV(B)335.41º36.97%64.71%-
XYZ24.4319.4823.24-
YUV125.09130.21156.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=41.46%
G=26.13%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510412900.370.220.35335.4125.3152.75
HexA56881025162314f1935
Octal24515020104526435173165
Binary1010010111010001000000101001011011010001110100111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56881; }

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

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

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

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

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

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

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

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