#a05563

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

Shades of Vin Rouge #A05563

Tints of Vin Rouge #A05563

Color information

#A05563 (or 0xA05563) is unknown color: approx Vin Rouge. HEX triplet: A0, 55 and 63. RGB value is (160,85,99). Sum of RGB (Red+Green+Blue) = 160+85+99=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A05563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05563 is #5FAA9C. Grayscale: #6D6D6D. Windows color (decimal): -6269597 or 6509984. OLE color: 6509984.

HSL color Cylindrical-coordinate representation of color #A05563: hue angle of 348.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05563 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1608599-
CMYK00.470.380.37
HSL348.8º30.61%48.04%-
HSV(B)348.8º46.88%62.75%-
XYZ2014.8713.62-
YUV109.02122.35164.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=46.51%
G=24.71%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160859900.470.380.37348.830.6148.04
HexA0556302F262515d1f30
Octal24012514305746455353760
Binary1010000010101011100011010111110011010010110101110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05563; }

 p { color: rgb(160,85,99); }

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

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

 a { background-color: rgb(160,85,99); }

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

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

 span { border-color: rgb(160,85,99); }

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