#A2596C

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

Shades of Vin Rouge #A2596C

Tints of Vin Rouge #A2596C

Color information

#A2596C (or 0xA2596C) is unknown color: approx Vin Rouge. HEX triplet: A2, 59 and 6C. RGB value is (162,89,108). Sum of RGB (Red+Green+Blue) = 162+89+108=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596C is #5DA693. Grayscale: #707070. Windows color (decimal): -6137492 or 7100834. OLE color: 7100834.

HSL color Cylindrical-coordinate representation of color #A2596C: hue angle of 344.38º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2596C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16289108-
CMYK00.450.330.36
HSL344.38º29.08%49.22%-
HSV(B)344.38º45.06%63.53%-
XYZ21.1815.9116.14-
YUV112.99125.18162.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=45.13%
G=24.79%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628910800.450.330.36344.3829.0849.22
HexA2596C02D21241581d31
Octal24213115405541445303561
Binary1010001010110011101100010110110000110010010101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2596C; }

 p { color: rgb(162,89,108); }

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

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

 a { background-color: rgb(162,89,108); }

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

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

 span { border-color: rgb(162,89,108); }

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