#A0516C

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

Shades of Vin Rouge #A0516C

Tints of Vin Rouge #A0516C

Color information

#A0516C (or 0xA0516C) is unknown color: approx Vin Rouge. HEX triplet: A0, 51 and 6C. RGB value is (160,81,108). Sum of RGB (Red+Green+Blue) = 160+81+108=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0516C is #5FAE93. Grayscale: #6B6B6B. Windows color (decimal): -6270612 or 7098784. OLE color: 7098784.

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

Color convert

RGB16081108-
CMYK00.490.320.37
HSL339.49º32.78%47.25%-
HSV(B)339.49º49.38%62.75%-
XYZ20.1514.4415.91-
YUV107.7128.17165.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=45.85%
G=23.21%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608110800.490.320.37339.4932.7847.25
HexA0516C0312025153212f
Octal24012115406140455234157
Binary10100000101000111011000110001100000100101101010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0516C; }

 p { color: rgb(160,81,108); }

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

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

 a { background-color: rgb(160,81,108); }

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

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

 span { border-color: rgb(160,81,108); }

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