#A35566

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

Shades of Vin Rouge #A35566

Tints of Vin Rouge #A35566

Color information

#A35566 (or 0xA35566) is unknown color: approx Vin Rouge. HEX triplet: A3, 55 and 66. RGB value is (163,85,102). Sum of RGB (Red+Green+Blue) = 163+85+102=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A35566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35566 is #5CAA99. Grayscale: #6E6E6E. Windows color (decimal): -6072986 or 6706595. OLE color: 6706595.

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

Color convert

RGB16385102-
CMYK00.480.370.36
HSL346.92º31.45%48.63%-
HSV(B)346.92º47.85%63.92%-
XYZ20.7515.2414.42-
YUV110.26123.34165.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=46.57%
G=24.29%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638510200.480.370.36346.9231.4548.63
HexA35566030252415b1f31
Octal24312514606045445333761
Binary1010001110101011100110011000010010110010010101101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35566; }

 p { color: rgb(163,85,102); }

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

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

 a { background-color: rgb(163,85,102); }

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

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

 span { border-color: rgb(163,85,102); }

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