#A56F84

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

Shades of Tapestry #A56F84

Tints of Tapestry #A56F84

Color information

#A56F84 (or 0xA56F84) is unknown color: approx Tapestry. HEX triplet: A5, 6F and 84. RGB value is (165,111,132). Sum of RGB (Red+Green+Blue) = 165+111+132=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F84 is #5A907B. Grayscale: #818181. Windows color (decimal): -5935228 or 8679333. OLE color: 8679333.

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

Color convert

RGB165111132-
CMYK00.330.200.35
HSL336.67º23.08%54.12%-
HSV(B)336.67º32.73%64.71%-
XYZ25.3721.0324.55-
YUV129.54129.39153.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=40.44%
G=27.21%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511113200.330.200.35336.6723.0854.12
HexA56F8402114231511736
Octal24515720404124435212766
Binary1010010111011111000010001000011010010001110101000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F84; }

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

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

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

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

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

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

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

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