#A56F85

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

Shades of Tapestry #A56F85

Tints of Tapestry #A56F85

Color information

#A56F85 (or 0xA56F85) is unknown color: approx Tapestry. HEX triplet: A5, 6F and 85. RGB value is (165,111,133). Sum of RGB (Red+Green+Blue) = 165+111+133=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F85 is #5A907A. Grayscale: #818181. Windows color (decimal): -5935227 or 8744869. OLE color: 8744869.

HSL color Cylindrical-coordinate representation of color #A56F85: hue angle of 335.56º 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 #A56F85 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165111133-
CMYK00.330.190.35
HSL335.56º23.08%54.12%-
HSV(B)335.56º32.73%64.71%-
XYZ25.4421.0624.92-
YUV129.65129.89153.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=40.34%
G=27.14%
B=32.52%

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
Decimal16511113300.330.190.35335.5623.0854.12
HexA56F8502113231501736
Octal24515720504123435202766
Binary1010010111011111000010101000011001110001110101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F85; }

 p { color: rgb(165,111,133); }

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

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

 a { background-color: rgb(165,111,133); }

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

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

 span { border-color: rgb(165,111,133); }

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