#A35B64

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

Shades of Vin Rouge #A35B64

Tints of Vin Rouge #A35B64

Color information

#A35B64 (or 0xA35B64) is unknown color: approx Vin Rouge. HEX triplet: A3, 5B and 64. RGB value is (163,91,100). Sum of RGB (Red+Green+Blue) = 163+91+100=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B64 is #5CA49B. Grayscale: #717171. Windows color (decimal): -6071452 or 6577059. OLE color: 6577059.

HSL color Cylindrical-coordinate representation of color #A35B64: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B64 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16391100-
CMYK00.440.390.36
HSL352.5º28.35%49.8%-
HSV(B)352.5º44.17%63.92%-
XYZ21.1516.1914.07-
YUV113.55120.35163.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=46.05%
G=25.71%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639110000.440.390.36352.528.3549.8
HexA35B6402C27241601c32
Octal24313314405447445403462
Binary1010001110110111100100010110010011110010010110000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B64; }

 p { color: rgb(163,91,100); }

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

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

 a { background-color: rgb(163,91,100); }

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

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

 span { border-color: rgb(163,91,100); }

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