#A0516F

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

Shades of Vin Rouge #A0516F

Tints of Vin Rouge #A0516F

Color information

#A0516F (or 0xA0516F) is unknown color: approx Vin Rouge. HEX triplet: A0, 51 and 6F. RGB value is (160,81,111). Sum of RGB (Red+Green+Blue) = 160+81+111=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0516F is #5FAE90. Grayscale: #6C6C6C. Windows color (decimal): -6270609 or 7295392. OLE color: 7295392.

HSL color Cylindrical-coordinate representation of color #A0516F: hue angle of 337.22º 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 #A0516F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16081111-
CMYK00.490.310.37
HSL337.22º32.78%47.25%-
HSV(B)337.22º49.38%62.75%-
XYZ20.3114.5116.77-
YUV108.04129.67165.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=45.45%
G=23.01%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608111100.490.310.37337.2232.7847.25
HexA0516F0311F25151212f
Octal24012115706137455214157
Binary1010000010100011101111011000111111100101101010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0516F; }

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

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

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

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

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

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

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

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