#A3526D

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

Shades of Vin Rouge #A3526D

Tints of Vin Rouge #A3526D

Color information

#A3526D (or 0xA3526D) is unknown color: approx Vin Rouge. HEX triplet: A3, 52 and 6D. RGB value is (163,82,109). Sum of RGB (Red+Green+Blue) = 163+82+109=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3526D is #5CAD92. Grayscale: #6D6D6D. Windows color (decimal): -6073747 or 7164579. OLE color: 7164579.

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

Color convert

RGB16382109-
CMYK00.500.330.36
HSL340º33.06%48.04%-
HSV(B)340º49.69%63.92%-
XYZ20.8814.9316.25-
YUV109.3127.84166.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=46.05%
G=23.16%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638210900.500.330.3634033.0648.04
HexA3526D03221241542130
Octal24312215506241445244160
Binary10100011101001011011010110010100001100100101010100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3526D; }

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

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

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

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

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

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

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

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