#A0546F

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

Shades of Vin Rouge #A0546F

Tints of Vin Rouge #A0546F

Color information

#A0546F (or 0xA0546F) is unknown color: approx Vin Rouge. HEX triplet: A0, 54 and 6F. RGB value is (160,84,111). Sum of RGB (Red+Green+Blue) = 160+84+111=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0546F is #5FAB90. Grayscale: #6D6D6D. Windows color (decimal): -6269841 or 7296160. OLE color: 7296160.

HSL color Cylindrical-coordinate representation of color #A0546F: hue angle of 338.68º 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 #A0546F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16084111-
CMYK00.480.310.37
HSL338.68º31.15%47.84%-
HSV(B)338.68º47.5%62.75%-
XYZ20.5414.9616.84-
YUV109.8128.68163.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=45.07%
G=23.66%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608411100.480.310.37338.6831.1547.84
HexA0546F0301F251531f30
Octal24012415706037455233760
Binary101000001010100110111101100001111110010110101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0546F; }

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

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

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

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

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

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

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

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