#A05161

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

Shades of Vin Rouge #A05161

Tints of Vin Rouge #A05161

Color information

#A05161 (or 0xA05161) is unknown color: approx Vin Rouge. HEX triplet: A0, 51 and 61. RGB value is (160,81,97). Sum of RGB (Red+Green+Blue) = 160+81+97=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A05161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05161 is #5FAE9E. Grayscale: #6A6A6A. Windows color (decimal): -6270623 or 6377888. OLE color: 6377888.

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

Color convert

RGB1608197-
CMYK00.490.390.37
HSL347.85º32.78%47.25%-
HSV(B)347.85º49.38%62.75%-
XYZ19.614.2213.02-
YUV106.44122.67166.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=47.34%
G=23.96%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160819700.490.390.37347.8532.7847.25
HexA05161031272515c212f
Octal24012114106147455344157
Binary10100000101000111000010110001100111100101101011100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05161; }

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

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

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

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

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

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

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

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