#A35466

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

Shades of Vin Rouge #A35466

Tints of Vin Rouge #A35466

Color information

#A35466 (or 0xA35466) is unknown color: approx Vin Rouge. HEX triplet: A3, 54 and 66. RGB value is (163,84,102). Sum of RGB (Red+Green+Blue) = 163+84+102=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A35466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35466 is #5CAB99. Grayscale: #6D6D6D. Windows color (decimal): -6073242 or 6706339. OLE color: 6706339.

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

Color convert

RGB16384102-
CMYK00.480.370.36
HSL346.33º31.98%48.43%-
HSV(B)346.33º48.47%63.92%-
XYZ20.6715.0914.39-
YUV109.67123.67166.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=46.70%
G=24.07%
B=29.23%

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
Decimal1638410200.480.370.36346.3331.9848.43
HexA35466030252415a2030
Octal24312414606045445324060
Binary10100011101010011001100110000100101100100101011010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35466; }

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

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

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

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

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

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

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

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