#A4546E

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

Shades of Vin Rouge #A4546E

Tints of Vin Rouge #A4546E

Color information

#A4546E (or 0xA4546E) is unknown color: approx Vin Rouge. HEX triplet: A4, 54 and 6E. RGB value is (164,84,110). Sum of RGB (Red+Green+Blue) = 164+84+110=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4546E is #5BAB91. Grayscale: #6E6E6E. Windows color (decimal): -6007698 or 7230628. OLE color: 7230628.

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

Color convert

RGB16484110-
CMYK00.490.330.36
HSL340.5º32.26%48.63%-
HSV(B)340.5º48.78%64.31%-
XYZ21.2915.3616.59-
YUV110.88127.5165.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=45.81%
G=23.46%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648411000.490.330.36340.532.2648.63
HexA4546E03121241542031
Octal24412415606141445244061
Binary10100100101010011011100110001100001100100101010100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4546E; }

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

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

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

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

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

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

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

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