#A3506D

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

Shades of Vin Rouge #A3506D

Tints of Vin Rouge #A3506D

Color information

#A3506D (or 0xA3506D) is unknown color: approx Vin Rouge. HEX triplet: A3, 50 and 6D. RGB value is (163,80,109). Sum of RGB (Red+Green+Blue) = 163+80+109=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3506D is #5CAF92. Grayscale: #6C6C6C. Windows color (decimal): -6074259 or 7164067. OLE color: 7164067.

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

Color convert

RGB16380109-
CMYK00.510.330.36
HSL339.04º34.16%47.65%-
HSV(B)339.04º50.92%63.92%-
XYZ20.7314.6316.2-
YUV108.12128.5167.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=46.31%
G=22.73%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638010900.510.330.36339.0434.1647.65
HexA3506D03321241532230
Octal24312015506341445234260
Binary10100011101000011011010110011100001100100101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3506D; }

 p { color: rgb(163,80,109); }

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

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

 a { background-color: rgb(163,80,109); }

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

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

 span { border-color: rgb(163,80,109); }

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