#A3586E

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

Shades of Vin Rouge #A3586E

Tints of Vin Rouge #A3586E

Color information

#A3586E (or 0xA3586E) is unknown color: approx Vin Rouge. HEX triplet: A3, 58 and 6E. RGB value is (163,88,110). Sum of RGB (Red+Green+Blue) = 163+88+110=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3586E is #5CA791. Grayscale: #707070. Windows color (decimal): -6072210 or 7231651. OLE color: 7231651.

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

Color convert

RGB16388110-
CMYK00.460.330.36
HSL342.4º29.88%49.22%-
HSV(B)342.4º46.01%63.92%-
XYZ21.4115.8916.69-
YUV112.93126.35163.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=45.15%
G=24.38%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638811000.460.330.36342.429.8849.22
HexA3586E02E21241561e31
Octal24313015605641445263661
Binary1010001110110001101110010111010000110010010101011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3586E; }

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

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

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

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

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

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

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

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