#A4586E

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

Shades of Vin Rouge #A4586E

Tints of Vin Rouge #A4586E

Color information

#A4586E (or 0xA4586E) is unknown color: approx Vin Rouge. HEX triplet: A4, 58 and 6E. RGB value is (164,88,110). Sum of RGB (Red+Green+Blue) = 164+88+110=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4586E is #5BA791. Grayscale: #717171. Windows color (decimal): -6006674 or 7231652. OLE color: 7231652.

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

Color convert

RGB16488110-
CMYK00.460.330.36
HSL342.63º30.16%49.41%-
HSV(B)342.63º46.34%64.31%-
XYZ21.611616.7-
YUV113.23126.18164.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=45.30%
G=24.31%
B=30.39%

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
Decimal1648811000.460.330.36342.6330.1649.41
HexA4586E02E21241571e31
Octal24413015605641445273661
Binary1010010010110001101110010111010000110010010101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4586E; }

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

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

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

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

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

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

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

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