#A4556D

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

Shades of Vin Rouge #A4556D

Tints of Vin Rouge #A4556D

Color information

#A4556D (or 0xA4556D) is unknown color: approx Vin Rouge. HEX triplet: A4, 55 and 6D. RGB value is (164,85,109). Sum of RGB (Red+Green+Blue) = 164+85+109=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4556D is #5BAA92. Grayscale: #6F6F6F. Windows color (decimal): -6007443 or 7165348. OLE color: 7165348.

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

Color convert

RGB16485109-
CMYK00.480.340.36
HSL341.77º31.73%48.82%-
HSV(B)341.77º48.17%64.31%-
XYZ21.3215.4916.33-
YUV111.36126.67165.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=45.81%
G=23.74%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648510900.480.340.36341.7731.7348.82
HexA4556D03022241562031
Octal24412515506042445264061
Binary10100100101010111011010110000100010100100101010110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4556D; }

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

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

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

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

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

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

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

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