#A2556D

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

Shades of Vin Rouge #A2556D

Tints of Vin Rouge #A2556D

Color information

#A2556D (or 0xA2556D) is unknown color: approx Vin Rouge. HEX triplet: A2, 55 and 6D. RGB value is (162,85,109). Sum of RGB (Red+Green+Blue) = 162+85+109=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2556D is #5DAA92. Grayscale: #6E6E6E. Windows color (decimal): -6138515 or 7165346. OLE color: 7165346.

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

Color convert

RGB16285109-
CMYK00.480.330.36
HSL341.3º31.17%48.43%-
HSV(B)341.3º47.53%63.53%-
XYZ20.9115.2816.32-
YUV110.76127.01164.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=45.51%
G=23.88%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628510900.480.330.36341.331.1748.43
HexA2556D03021241551f30
Octal24212515506041445253760
Binary1010001010101011101101011000010000110010010101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2556D; }

 p { color: rgb(162,85,109); }

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

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

 a { background-color: rgb(162,85,109); }

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

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

 span { border-color: rgb(162,85,109); }

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