#A4546A

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

Shades of Vin Rouge #A4546A

Tints of Vin Rouge #A4546A

Color information

#A4546A (or 0xA4546A) is unknown color: approx Vin Rouge. HEX triplet: A4, 54 and 6A. RGB value is (164,84,106). Sum of RGB (Red+Green+Blue) = 164+84+106=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4546A is #5BAB95. Grayscale: #6E6E6E. Windows color (decimal): -6007702 or 6968484. OLE color: 6968484.

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

Color convert

RGB16484106-
CMYK00.490.350.36
HSL343.5º32.26%48.63%-
HSV(B)343.5º48.78%64.31%-
XYZ21.0815.2715.47-
YUV110.43125.5166.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=46.33%
G=23.73%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648410600.490.350.36343.532.2648.63
HexA4546A03123241582031
Octal24412415206143445304061
Binary10100100101010011010100110001100011100100101011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4546A; }

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

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

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

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

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

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

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

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