#a05568

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

Shades of Vin Rouge #A05568

Tints of Vin Rouge #A05568

Color information

#A05568 (or 0xA05568) is unknown color: approx Vin Rouge. HEX triplet: A0, 55 and 68. RGB value is (160,85,104). Sum of RGB (Red+Green+Blue) = 160+85+104=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A05568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05568 is #5FAA97. Grayscale: #6D6D6D. Windows color (decimal): -6269592 or 6837664. OLE color: 6837664.

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

Color convert

RGB16085104-
CMYK00.470.350.37
HSL344.8º30.61%48.04%-
HSV(B)344.8º46.88%62.75%-
XYZ20.2414.9714.92-
YUV109.59124.85163.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=45.85%
G=24.36%
B=29.80%

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
Decimal1608510400.470.350.37344.830.6148.04
HexA0556802F23251591f30
Octal24012515005743455313760
Binary1010000010101011101000010111110001110010110101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05568; }

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

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

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

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

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

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

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

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