#A15660

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

Shades of Vin Rouge #A15660

Tints of Vin Rouge #A15660

Color information

#A15660 (or 0xA15660) is unknown color: approx Vin Rouge. HEX triplet: A1, 56 and 60. RGB value is (161,86,96). Sum of RGB (Red+Green+Blue) = 161+86+96=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A15660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15660 is #5EA99F. Grayscale: #6D6D6D. Windows color (decimal): -6203808 or 6313633. OLE color: 6313633.

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

Color convert

RGB1618696-
CMYK00.470.400.37
HSL352º30.36%48.43%-
HSV(B)352º46.58%63.14%-
XYZ20.1415.0812.92-
YUV109.56120.35164.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=46.94%
G=25.07%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161869600.470.400.3735230.3648.43
HexA1566002F28251601e30
Octal24112614005750455403660
Binary1010000110101101100000010111110100010010110110000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15660; }

 p { color: rgb(161,86,96); }

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

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

 a { background-color: rgb(161,86,96); }

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

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

 span { border-color: rgb(161,86,96); }

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