#A0506D

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

Shades of Vin Rouge #A0506D

Tints of Vin Rouge #A0506D

Color information

#A0506D (or 0xA0506D) is unknown color: approx Vin Rouge. HEX triplet: A0, 50 and 6D. RGB value is (160,80,109). Sum of RGB (Red+Green+Blue) = 160+80+109=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0506D is #5FAF92. Grayscale: #6B6B6B. Windows color (decimal): -6270867 or 7164064. OLE color: 7164064.

HSL color Cylindrical-coordinate representation of color #A0506D: hue angle of 338.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0506D is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16080109-
CMYK00.50.320.37
HSL338.25º33.33%47.06%-
HSV(B)338.25º50%62.75%-
XYZ20.1314.3216.17-
YUV107.23129165.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=45.85%
G=22.92%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608010900.50.320.37338.2533.3347.06
HexA0506D0322025152212f
Octal24012015506240455224157
Binary10100000101000011011010110010100000100101101010010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0506D; }

 p { color: rgb(160,80,109); }

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

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

 a { background-color: rgb(160,80,109); }

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

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

 span { border-color: rgb(160,80,109); }

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