#A45565

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

Shades of Vin Rouge #A45565

Tints of Vin Rouge #A45565

Color information

#A45565 (or 0xA45565) is unknown color: approx Vin Rouge. HEX triplet: A4, 55 and 65. RGB value is (164,85,101). Sum of RGB (Red+Green+Blue) = 164+85+101=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45565 is #5BAA9A. Grayscale: #6E6E6E. Windows color (decimal): -6007451 or 6641060. OLE color: 6641060.

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

Color convert

RGB16485101-
CMYK00.480.380.36
HSL347.85º31.73%48.82%-
HSV(B)347.85º48.17%64.31%-
XYZ20.9115.3314.17-
YUV110.44122.67166.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=46.86%
G=24.29%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648510100.480.380.36347.8531.7348.82
HexA45565030262415c2031
Octal24412514506046445344061
Binary10100100101010111001010110000100110100100101011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45565; }

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

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

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

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

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

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

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

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