#A0596D

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

Shades of Vin Rouge #A0596D

Tints of Vin Rouge #A0596D

Color information

#A0596D (or 0xA0596D) is unknown color: approx Vin Rouge. HEX triplet: A0, 59 and 6D. RGB value is (160,89,109). Sum of RGB (Red+Green+Blue) = 160+89+109=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0596D is #5FA692. Grayscale: #707070. Windows color (decimal): -6268563 or 7166368. OLE color: 7166368.

HSL color Cylindrical-coordinate representation of color #A0596D: hue angle of 343.1º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0596D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16089109-
CMYK00.440.320.37
HSL343.1º28.51%48.82%-
HSV(B)343.1º44.37%62.75%-
XYZ20.8315.7216.4-
YUV112.51126.02161.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=44.69%
G=24.86%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608910900.440.320.37343.128.5148.82
HexA0596D02C20251571d31
Octal24013115505440455273561
Binary1010000010110011101101010110010000010010110101011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0596D; }

 p { color: rgb(160,89,109); }

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

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

 a { background-color: rgb(160,89,109); }

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

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

 span { border-color: rgb(160,89,109); }

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