#A35C62

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

Shades of Vin Rouge #A35C62

Tints of Vin Rouge #A35C62

Color information

#A35C62 (or 0xA35C62) is unknown color: approx Vin Rouge. HEX triplet: A3, 5C and 62. RGB value is (163,92,98). Sum of RGB (Red+Green+Blue) = 163+92+98=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C62 is #5CA39D. Grayscale: #717171. Windows color (decimal): -6071198 or 6446243. OLE color: 6446243.

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

Color convert

RGB1639298-
CMYK00.440.400.36
HSL354.93º27.84%50%-
HSV(B)354.93º43.56%63.92%-
XYZ21.1416.3213.59-
YUV113.91119.02163.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=46.18%
G=26.06%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163929800.440.400.36354.9327.8450
HexA35C6202C28241631c32
Octal24313414205450445433462
Binary1010001110111001100010010110010100010010010110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C62; }

 p { color: rgb(163,92,98); }

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

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

 a { background-color: rgb(163,92,98); }

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

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

 span { border-color: rgb(163,92,98); }

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