#A3596E

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

Shades of Vin Rouge #A3596E

Tints of Vin Rouge #A3596E

Color information

#A3596E (or 0xA3596E) is unknown color: approx Vin Rouge. HEX triplet: A3, 59 and 6E. RGB value is (163,89,110). Sum of RGB (Red+Green+Blue) = 163+89+110=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3596E is #5CA691. Grayscale: #717171. Windows color (decimal): -6071954 or 7231907. OLE color: 7231907.

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

Color convert

RGB16389110-
CMYK00.450.330.36
HSL342.97º29.37%49.41%-
HSV(B)342.97º45.4%63.92%-
XYZ21.4916.0616.72-
YUV113.52126.02163.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=45.03%
G=24.59%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638911000.450.330.36342.9729.3749.41
HexA3596E02D21241571d31
Octal24313115605541445273561
Binary1010001110110011101110010110110000110010010101011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3596E; }

 p { color: rgb(163,89,110); }

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

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

 a { background-color: rgb(163,89,110); }

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

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

 span { border-color: rgb(163,89,110); }

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