#A2596E

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

Shades of Vin Rouge #A2596E

Tints of Vin Rouge #A2596E

Color information

#A2596E (or 0xA2596E) is unknown color: approx Vin Rouge. HEX triplet: A2, 59 and 6E. RGB value is (162,89,110). Sum of RGB (Red+Green+Blue) = 162+89+110=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2596E is #5DA691. Grayscale: #717171. Windows color (decimal): -6137490 or 7231906. OLE color: 7231906.

HSL color Cylindrical-coordinate representation of color #A2596E: hue angle of 342.74º 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 #A2596E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16289110-
CMYK00.450.320.36
HSL342.74º29.08%49.22%-
HSV(B)342.74º45.06%63.53%-
XYZ21.2915.9516.71-
YUV113.22126.18162.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=44.88%
G=24.65%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628911000.450.320.36342.7429.0849.22
HexA2596E02D20241571d31
Octal24213115605540445273561
Binary1010001010110011101110010110110000010010010101011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2596E; }

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

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

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

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

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

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

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

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