#A15664

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

Shades of Vin Rouge #A15664

Tints of Vin Rouge #A15664

Color information

#A15664 (or 0xA15664) is unknown color: approx Vin Rouge. HEX triplet: A1, 56 and 64. RGB value is (161,86,100). Sum of RGB (Red+Green+Blue) = 161+86+100=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A15664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15664 is #5EA99B. Grayscale: #6E6E6E. Windows color (decimal): -6203804 or 6575777. OLE color: 6575777.

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

Color convert

RGB16186100-
CMYK00.470.380.37
HSL348.8º30.36%48.43%-
HSV(B)348.8º46.58%63.14%-
XYZ20.3315.1513.91-
YUV110.02122.35164.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=46.40%
G=24.78%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618610000.470.380.37348.830.3648.43
HexA1566402F262515d1e30
Octal24112614405746455353660
Binary1010000110101101100100010111110011010010110101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15664; }

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

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

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

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

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

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

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

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