#A3526C

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

Shades of Vin Rouge #A3526C

Tints of Vin Rouge #A3526C

Color information

#A3526C (or 0xA3526C) is unknown color: approx Vin Rouge. HEX triplet: A3, 52 and 6C. RGB value is (163,82,108). Sum of RGB (Red+Green+Blue) = 163+82+108=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3526C is #5CAD93. Grayscale: #6D6D6D. Windows color (decimal): -6073748 or 7099043. OLE color: 7099043.

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

Color convert

RGB16382108-
CMYK00.500.340.36
HSL340.74º33.06%48.04%-
HSV(B)340.74º49.69%63.92%-
XYZ20.8314.915.97-
YUV109.18127.34166.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=46.18%
G=23.23%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638210800.500.340.36340.7433.0648.04
HexA3526C03222241552130
Octal24312215406242445254160
Binary10100011101001011011000110010100010100100101010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3526C; }

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

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

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

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

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

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

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

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