#A35C66

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

Shades of Vin Rouge #A35C66

Tints of Vin Rouge #A35C66

Color information

#A35C66 (or 0xA35C66) is unknown color: approx Vin Rouge. HEX triplet: A3, 5C and 66. RGB value is (163,92,102). Sum of RGB (Red+Green+Blue) = 163+92+102=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C66 is #5CA399. Grayscale: #727272. Windows color (decimal): -6071194 or 6708387. OLE color: 6708387.

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

Color convert

RGB16392102-
CMYK00.440.370.36
HSL351.55º27.84%50%-
HSV(B)351.55º43.56%63.92%-
XYZ21.3316.414.61-
YUV114.37121.02162.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=45.66%
G=25.77%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639210200.440.370.36351.5527.8450
HexA35C6602C25241601c32
Octal24313414605445445403462
Binary1010001110111001100110010110010010110010010110000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C66; }

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

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

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

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

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

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

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

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