#A0536E

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

Shades of Vin Rouge #A0536E

Tints of Vin Rouge #A0536E

Color information

#A0536E (or 0xA0536E) is unknown color: approx Vin Rouge. HEX triplet: A0, 53 and 6E. RGB value is (160,83,110). Sum of RGB (Red+Green+Blue) = 160+83+110=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0536E is #5FAC91. Grayscale: #6D6D6D. Windows color (decimal): -6270098 or 7230368. OLE color: 7230368.

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

Color convert

RGB16083110-
CMYK00.480.310.37
HSL338.96º31.69%47.65%-
HSV(B)338.96º48.12%62.75%-
XYZ20.414.7916.53-
YUV109.1128.51164.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=45.33%
G=23.51%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608311000.480.310.37338.9631.6947.65
HexA0536E0301F251532030
Octal24012315606037455234060
Binary1010000010100111101110011000011111100101101010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0536E; }

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

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

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

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

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

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

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

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