#A15568

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

Shades of Vin Rouge #A15568

Tints of Vin Rouge #A15568

Color information

#A15568 (or 0xA15568) is unknown color: approx Vin Rouge. HEX triplet: A1, 55 and 68. RGB value is (161,85,104). Sum of RGB (Red+Green+Blue) = 161+85+104=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A15568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15568 is #5EAA97. Grayscale: #6D6D6D. Windows color (decimal): -6204056 or 6837665. OLE color: 6837665.

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

Color convert

RGB16185104-
CMYK00.470.350.37
HSL345º30.89%48.24%-
HSV(B)345º47.2%63.14%-
XYZ20.4515.0714.93-
YUV109.89124.68164.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=46%
G=24.29%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618510400.470.350.3734530.8948.24
HexA1556802F23251591f30
Octal24112515005743455313760
Binary1010000110101011101000010111110001110010110101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15568; }

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

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

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

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

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

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

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

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