#A5546D

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

Shades of Vin Rouge #A5546D

Tints of Vin Rouge #A5546D

Color information

#A5546D (or 0xA5546D) is unknown color: approx Vin Rouge. HEX triplet: A5, 54 and 6D. RGB value is (165,84,109). Sum of RGB (Red+Green+Blue) = 165+84+109=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5546D is #5AAB92. Grayscale: #6F6F6F. Windows color (decimal): -5942163 or 7165093. OLE color: 7165093.

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

Color convert

RGB16584109-
CMYK00.490.340.35
HSL341.48º32.53%48.82%-
HSV(B)341.48º49.09%64.71%-
XYZ21.4515.4416.32-
YUV111.07126.84166.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=46.09%
G=23.46%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658410900.490.340.35341.4832.5348.82
HexA5546D03122231552131
Octal24512415506142435254161
Binary10100101101010011011010110001100010100011101010101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5546D; }

 p { color: rgb(165,84,109); }

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

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

 a { background-color: rgb(165,84,109); }

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

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

 span { border-color: rgb(165,84,109); }

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