#A15168

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

Shades of Vin Rouge #A15168

Tints of Vin Rouge #A15168

Color information

#A15168 (or 0xA15168) is unknown color: approx Vin Rouge. HEX triplet: A1, 51 and 68. RGB value is (161,81,104). Sum of RGB (Red+Green+Blue) = 161+81+104=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15168 is #5EAE97. Grayscale: #6B6B6B. Windows color (decimal): -6205080 or 6836641. OLE color: 6836641.

HSL color Cylindrical-coordinate representation of color #A15168: hue angle of 342.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15168 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16181104-
CMYK00.500.350.37
HSL342.75º33.06%47.45%-
HSV(B)342.75º49.69%63.14%-
XYZ20.1414.4614.83-
YUV107.54126166.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=46.53%
G=23.41%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618110400.500.350.37342.7533.0647.45
HexA151680322325157212f
Octal24112115006243455274157
Binary10100001101000111010000110010100011100101101010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15168; }

 p { color: rgb(161,81,104); }

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

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

 a { background-color: rgb(161,81,104); }

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

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

 span { border-color: rgb(161,81,104); }

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