#A4576E

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

Shades of Vin Rouge #A4576E

Tints of Vin Rouge #A4576E

Color information

#A4576E (or 0xA4576E) is unknown color: approx Vin Rouge. HEX triplet: A4, 57 and 6E. RGB value is (164,87,110). Sum of RGB (Red+Green+Blue) = 164+87+110=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4576E is #5BA891. Grayscale: #707070. Windows color (decimal): -6006930 or 7231396. OLE color: 7231396.

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

Color convert

RGB16487110-
CMYK00.470.330.36
HSL342.08º30.68%49.22%-
HSV(B)342.08º46.95%64.31%-
XYZ21.5315.8316.67-
YUV112.64126.51164.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=45.43%
G=24.10%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648711000.470.330.36342.0830.6849.22
HexA4576E02F21241561f31
Octal24412715605741445263761
Binary1010010010101111101110010111110000110010010101011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4576E; }

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

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

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

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

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

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

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

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