#A15666

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

Shades of Vin Rouge #A15666

Tints of Vin Rouge #A15666

Color information

#A15666 (or 0xA15666) is unknown color: approx Vin Rouge. HEX triplet: A1, 56 and 66. RGB value is (161,86,102). Sum of RGB (Red+Green+Blue) = 161+86+102=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A15666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15666 is #5EA999. Grayscale: #6E6E6E. Windows color (decimal): -6203802 or 6706849. OLE color: 6706849.

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

Color convert

RGB16186102-
CMYK00.470.370.37
HSL347.2º30.36%48.43%-
HSV(B)347.2º46.58%63.14%-
XYZ20.4215.1914.43-
YUV110.25123.35164.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=46.13%
G=24.64%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618610200.470.370.37347.230.3648.43
HexA1566602F252515b1e30
Octal24112614605745455333660
Binary1010000110101101100110010111110010110010110101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15666; }

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

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

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

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

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

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

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

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