#A05760

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

Shades of Vin Rouge #A05760

Tints of Vin Rouge #A05760

Color information

#A05760 (or 0xA05760) is unknown color: approx Vin Rouge. HEX triplet: A0, 57 and 60. RGB value is (160,87,96). Sum of RGB (Red+Green+Blue) = 160+87+96=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A05760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05760 is #5FA89F. Grayscale: #6D6D6D. Windows color (decimal): -6269088 or 6313888. OLE color: 6313888.

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

Color convert

RGB1608796-
CMYK00.460.40.37
HSL352.6º29.55%48.43%-
HSV(B)352.6º45.63%62.75%-
XYZ20.0215.1312.93-
YUV109.85120.18163.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=46.65%
G=25.36%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160879600.460.40.37352.629.5548.43
HexA0576002E28251611e30
Octal24012714005650455413660
Binary1010000010101111100000010111010100010010110110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05760; }

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

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

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

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

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

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

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

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