#A3556D

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

Shades of Vin Rouge #A3556D

Tints of Vin Rouge #A3556D

Color information

#A3556D (or 0xA3556D) is unknown color: approx Vin Rouge. HEX triplet: A3, 55 and 6D. RGB value is (163,85,109). Sum of RGB (Red+Green+Blue) = 163+85+109=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3556D is #5CAA92. Grayscale: #6F6F6F. Windows color (decimal): -6072979 or 7165347. OLE color: 7165347.

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

Color convert

RGB16385109-
CMYK00.480.330.36
HSL341.54º31.45%48.63%-
HSV(B)341.54º47.85%63.92%-
XYZ21.1115.3916.33-
YUV111.06126.84165.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=45.66%
G=23.81%
B=30.53%

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
Decimal1638510900.480.330.36341.5431.4548.63
HexA3556D03021241561f31
Octal24312515506041445263761
Binary1010001110101011101101011000010000110010010101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3556D; }

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

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

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

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

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

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

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

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