#A05667

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

Shades of Vin Rouge #A05667

Tints of Vin Rouge #A05667

Color information

#A05667 (or 0xA05667) is unknown color: approx Vin Rouge. HEX triplet: A0, 56 and 67. RGB value is (160,86,103). Sum of RGB (Red+Green+Blue) = 160+86+103=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A05667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05667 is #5FA998. Grayscale: #6E6E6E. Windows color (decimal): -6269337 or 6772384. OLE color: 6772384.

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

Color convert

RGB16086103-
CMYK00.460.360.37
HSL346.22º30.08%48.24%-
HSV(B)346.22º46.25%62.75%-
XYZ20.2715.1114.68-
YUV110.06124.02163.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=45.85%
G=24.64%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608610300.460.360.37346.2230.0848.24
HexA0566702E242515a1e30
Octal24012614705644455323660
Binary1010000010101101100111010111010010010010110101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05667; }

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

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

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

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

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

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

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

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