#A0545F

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

Shades of Vin Rouge #A0545F

Tints of Vin Rouge #A0545F

Color information

#A0545F (or 0xA0545F) is unknown color: approx Vin Rouge. HEX triplet: A0, 54 and 5F. RGB value is (160,84,95). Sum of RGB (Red+Green+Blue) = 160+84+95=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0545F is #5FABA0. Grayscale: #6C6C6C. Windows color (decimal): -6269857 or 6247584. OLE color: 6247584.

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

Color convert

RGB1608495-
CMYK00.480.410.37
HSL351.32º31.15%47.84%-
HSV(B)351.32º47.5%62.75%-
XYZ19.7314.6412.61-
YUV107.98120.68165.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=47.20%
G=24.78%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160849500.480.410.37351.3231.1547.84
HexA0545F030292515f1f30
Octal24012413706051455373760
Binary1010000010101001011111011000010100110010110101111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0545F; }

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

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

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

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

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

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

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

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