#A0536A

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

Shades of Vin Rouge #A0536A

Tints of Vin Rouge #A0536A

Color information

#A0536A (or 0xA0536A) is unknown color: approx Vin Rouge. HEX triplet: A0, 53 and 6A. RGB value is (160,83,106). Sum of RGB (Red+Green+Blue) = 160+83+106=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0536A is #5FAC95. Grayscale: #6C6C6C. Windows color (decimal): -6270102 or 6968224. OLE color: 6968224.

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

Color convert

RGB16083106-
CMYK00.480.340.37
HSL342.08º31.69%47.65%-
HSV(B)342.08º48.12%62.75%-
XYZ20.1914.715.41-
YUV108.64126.51164.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=45.85%
G=23.78%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608310600.480.340.37342.0831.6947.65
HexA0536A03022251562030
Octal24012315206042455264060
Binary10100000101001111010100110000100010100101101010110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0536A; }

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

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

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

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

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

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

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

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