#A35668

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

Shades of Vin Rouge #A35668

Tints of Vin Rouge #A35668

Color information

#A35668 (or 0xA35668) is unknown color: approx Vin Rouge. HEX triplet: A3, 56 and 68. RGB value is (163,86,104). Sum of RGB (Red+Green+Blue) = 163+86+104=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A35668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35668 is #5CA997. Grayscale: #6F6F6F. Windows color (decimal): -6072728 or 6837923. OLE color: 6837923.

HSL color Cylindrical-coordinate representation of color #A35668: hue angle of 345.97º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35668 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16386104-
CMYK00.470.360.36
HSL345.97º30.92%48.82%-
HSV(B)345.97º47.24%63.92%-
XYZ20.9315.4414.97-
YUV111.07124.01165.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=46.18%
G=24.36%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638610400.470.360.36345.9730.9248.82
HexA3566802F242415a1f31
Octal24312615005744445323761
Binary1010001110101101101000010111110010010010010101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35668; }

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

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

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

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

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

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

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

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