#A35B6C

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

Shades of Vin Rouge #A35B6C

Tints of Vin Rouge #A35B6C

Color information

#A35B6C (or 0xA35B6C) is unknown color: approx Vin Rouge. HEX triplet: A3, 5B and 6C. RGB value is (163,91,108). Sum of RGB (Red+Green+Blue) = 163+91+108=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B6C is #5CA493. Grayscale: #727272. Windows color (decimal): -6071444 or 7101347. OLE color: 7101347.

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

Color convert

RGB16391108-
CMYK00.440.340.36
HSL345.83º28.35%49.8%-
HSV(B)345.83º44.17%63.92%-
XYZ21.5516.3516.21-
YUV114.47124.35162.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=45.03%
G=25.14%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639110800.440.340.36345.8328.3549.8
HexA35B6C02C222415a1c32
Octal24313315405442445323462
Binary1010001110110111101100010110010001010010010101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B6C; }

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

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

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

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

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

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

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

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