#A5546E

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

Shades of Vin Rouge #A5546E

Tints of Vin Rouge #A5546E

Color information

#A5546E (or 0xA5546E) is unknown color: approx Vin Rouge. HEX triplet: A5, 54 and 6E. RGB value is (165,84,110). Sum of RGB (Red+Green+Blue) = 165+84+110=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5546E is #5AAB91. Grayscale: #6F6F6F. Windows color (decimal): -5942162 or 7230629. OLE color: 7230629.

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

Color convert

RGB16584110-
CMYK00.490.330.35
HSL340.74º32.53%48.82%-
HSV(B)340.74º49.09%64.71%-
XYZ21.515.4716.6-
YUV111.18127.34166.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=45.96%
G=23.40%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658411000.490.330.35340.7432.5348.82
HexA5546E03121231552131
Octal24512415606141435254161
Binary10100101101010011011100110001100001100011101010101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5546E; }

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

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

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

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

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

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

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

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