#A05162

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

Shades of Vin Rouge #A05162

Tints of Vin Rouge #A05162

Color information

#A05162 (or 0xA05162) is unknown color: approx Vin Rouge. HEX triplet: A0, 51 and 62. RGB value is (160,81,98). Sum of RGB (Red+Green+Blue) = 160+81+98=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A05162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05162 is #5FAE9D. Grayscale: #6A6A6A. Windows color (decimal): -6270622 or 6443424. OLE color: 6443424.

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

Color convert

RGB1608198-
CMYK00.490.390.37
HSL347.09º32.78%47.25%-
HSV(B)347.09º49.38%62.75%-
XYZ19.6414.2413.27-
YUV106.56123.17166.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=47.20%
G=23.89%
B=28.91%

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
Decimal160819800.490.390.37347.0932.7847.25
HexA05162031272515b212f
Octal24012114206147455334157
Binary10100000101000111000100110001100111100101101011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05162; }

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

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

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

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

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

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

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

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