#A0546B

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

Shades of Vin Rouge #A0546B

Tints of Vin Rouge #A0546B

Color information

#A0546B (or 0xA0546B) is unknown color: approx Vin Rouge. HEX triplet: A0, 54 and 6B. RGB value is (160,84,107). Sum of RGB (Red+Green+Blue) = 160+84+107=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0546B is #5FAB94. Grayscale: #6D6D6D. Windows color (decimal): -6269845 or 7034016. OLE color: 7034016.

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

Color convert

RGB16084107-
CMYK00.480.330.37
HSL341.84º31.15%47.84%-
HSV(B)341.84º47.5%62.75%-
XYZ20.3214.8815.71-
YUV109.35126.68164.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=45.58%
G=23.93%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608410700.480.330.37341.8431.1547.84
HexA0546B03021251561f30
Octal24012415306041455263760
Binary1010000010101001101011011000010000110010110101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0546B; }

 p { color: rgb(160,84,107); }

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

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

 a { background-color: rgb(160,84,107); }

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

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

 span { border-color: rgb(160,84,107); }

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