#A4586A

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

Shades of Vin Rouge #A4586A

Tints of Vin Rouge #A4586A

Color information

#A4586A (or 0xA4586A) is unknown color: approx Vin Rouge. HEX triplet: A4, 58 and 6A. RGB value is (164,88,106). Sum of RGB (Red+Green+Blue) = 164+88+106=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4586A is #5BA795. Grayscale: #707070. Windows color (decimal): -6006678 or 6969508. OLE color: 6969508.

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

Color convert

RGB16488106-
CMYK00.460.350.36
HSL345.79º30.16%49.41%-
HSV(B)345.79º46.34%64.31%-
XYZ21.415.9115.58-
YUV112.78124.18164.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=45.81%
G=24.58%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648810600.460.350.36345.7930.1649.41
HexA4586A02E232415a1e31
Octal24413015205643445323661
Binary1010010010110001101010010111010001110010010101101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4586A; }

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

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

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

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

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

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

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

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