#A05764

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

Shades of Vin Rouge #A05764

Tints of Vin Rouge #A05764

Color information

#A05764 (or 0xA05764) is unknown color: approx Vin Rouge. HEX triplet: A0, 57 and 64. RGB value is (160,87,100). Sum of RGB (Red+Green+Blue) = 160+87+100=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A05764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05764 is #5FA89B. Grayscale: #6E6E6E. Windows color (decimal): -6269084 or 6576032. OLE color: 6576032.

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

Color convert

RGB16087100-
CMYK00.460.380.37
HSL349.32º29.55%48.43%-
HSV(B)349.32º45.63%62.75%-
XYZ20.2115.2113.93-
YUV110.31122.18163.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=46.11%
G=25.07%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608710000.460.380.37349.3229.5548.43
HexA0576402E262515d1e30
Octal24012714405646455353660
Binary1010000010101111100100010111010011010010110101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05764; }

 p { color: rgb(160,87,100); }

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

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

 a { background-color: rgb(160,87,100); }

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

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

 span { border-color: rgb(160,87,100); }

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