#A05360

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

Shades of Vin Rouge #A05360

Tints of Vin Rouge #A05360

Color information

#A05360 (or 0xA05360) is unknown color: approx Vin Rouge. HEX triplet: A0, 53 and 60. RGB value is (160,83,96). Sum of RGB (Red+Green+Blue) = 160+83+96=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A05360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05360 is #5FAC9F. Grayscale: #6B6B6B. Windows color (decimal): -6270112 or 6312864. OLE color: 6312864.

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

Color convert

RGB1608396-
CMYK00.480.40.37
HSL349.87º31.69%47.65%-
HSV(B)349.87º48.12%62.75%-
XYZ19.714.512.83-
YUV107.5121.51165.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=47.20%
G=24.48%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160839600.480.40.37349.8731.6947.65
HexA05360030282515e2030
Octal24012314006050455364060
Binary10100000101001111000000110000101000100101101011110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05360; }

 p { color: rgb(160,83,96); }

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

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

 a { background-color: rgb(160,83,96); }

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

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

 span { border-color: rgb(160,83,96); }

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