#A56F7F

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

Shades of Tapestry #A56F7F

Tints of Tapestry #A56F7F

Color information

#A56F7F (or 0xA56F7F) is unknown color: approx Tapestry. HEX triplet: A5, 6F and 7F. RGB value is (165,111,127). Sum of RGB (Red+Green+Blue) = 165+111+127=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F7F is #5A9080. Grayscale: #808080. Windows color (decimal): -5935233 or 8351653. OLE color: 8351653.

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

Color convert

RGB165111127-
CMYK00.330.230.35
HSL342.22º23.08%54.12%-
HSV(B)342.22º32.73%64.71%-
XYZ25.0320.922.79-
YUV128.97126.89153.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 127 (50% from 255) = 31.51%
R=40.94%
G=27.54%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511112700.330.230.35342.2223.0854.12
HexA56F7F02117231561736
Octal24515717704127435262766
Binary101001011101111111111101000011011110001110101011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F7F; }

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

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

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

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

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

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

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

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