#A05668

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

Shades of Vin Rouge #A05668

Tints of Vin Rouge #A05668

Color information

#A05668 (or 0xA05668) is unknown color: approx Vin Rouge. HEX triplet: A0, 56 and 68. RGB value is (160,86,104). Sum of RGB (Red+Green+Blue) = 160+86+104=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A05668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05668 is #5FA997. Grayscale: #6E6E6E. Windows color (decimal): -6269336 or 6837920. OLE color: 6837920.

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

Color convert

RGB16086104-
CMYK00.460.350.37
HSL345.41º30.08%48.24%-
HSV(B)345.41º46.25%62.75%-
XYZ20.3215.1314.95-
YUV110.18124.52163.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=45.71%
G=24.57%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608610400.460.350.37345.4130.0848.24
HexA0566802E23251591e30
Octal24012615005643455313660
Binary1010000010101101101000010111010001110010110101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05668; }

 p { color: rgb(160,86,104); }

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

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

 a { background-color: rgb(160,86,104); }

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

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

 span { border-color: rgb(160,86,104); }

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