#A05571

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

Shades of Vin Rouge #A05571

Tints of Vin Rouge #A05571

Color information

#A05571 (or 0xA05571) is unknown color: approx Vin Rouge. HEX triplet: A0, 55 and 71. RGB value is (160,85,113). Sum of RGB (Red+Green+Blue) = 160+85+113=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A05571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05571 is #5FAA8E. Grayscale: #6E6E6E. Windows color (decimal): -6269583 or 7427488. OLE color: 7427488.

HSL color Cylindrical-coordinate representation of color #A05571: hue angle of 337.6º 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 #A05571 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16085113-
CMYK00.470.290.37
HSL337.6º30.61%48.04%-
HSV(B)337.6º46.88%62.75%-
XYZ20.7315.1617.46-
YUV110.62129.35163.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=44.69%
G=23.74%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608511300.470.290.37337.630.6148.04
HexA0557102F1D251521f30
Octal24012516105735455223760
Binary101000001010101111000101011111110110010110101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05571; }

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

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

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

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

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

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

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

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