#A45964

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

Shades of Vin Rouge #A45964

Tints of Vin Rouge #A45964

Color information

#A45964 (or 0xA45964) is unknown color: approx Vin Rouge. HEX triplet: A4, 59 and 64. RGB value is (164,89,100). Sum of RGB (Red+Green+Blue) = 164+89+100=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A45964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45964 is #5BA69B. Grayscale: #707070. Windows color (decimal): -6006428 or 6576548. OLE color: 6576548.

HSL color Cylindrical-coordinate representation of color #A45964: hue angle of 351.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45964 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16489100-
CMYK00.460.390.36
HSL351.2º29.64%49.61%-
HSV(B)351.2º45.73%64.31%-
XYZ21.1815.9614.02-
YUV112.68120.85164.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=46.46%
G=25.21%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648910000.460.390.36351.229.6449.61
HexA4596402E272415f1e32
Octal24413114405647445373662
Binary1010010010110011100100010111010011110010010101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45964; }

 p { color: rgb(164,89,100); }

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

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

 a { background-color: rgb(164,89,100); }

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

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

 span { border-color: rgb(164,89,100); }

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