#A0555F

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

Shades of Vin Rouge #A0555F

Tints of Vin Rouge #A0555F

Color information

#A0555F (or 0xA0555F) is unknown color: approx Vin Rouge. HEX triplet: A0, 55 and 5F. RGB value is (160,85,95). Sum of RGB (Red+Green+Blue) = 160+85+95=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0555F is #5FAAA0. Grayscale: #6C6C6C. Windows color (decimal): -6269601 or 6247840. OLE color: 6247840.

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

Color convert

RGB1608595-
CMYK00.470.410.37
HSL352º30.61%48.04%-
HSV(B)352º46.88%62.75%-
XYZ19.8114.812.64-
YUV108.56120.35164.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=47.06%
G=25%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160859500.470.410.3735230.6148.04
HexA0555F02F29251601f30
Octal24012513705751455403760
Binary1010000010101011011111010111110100110010110110000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0555F; }

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

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

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

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

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

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

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

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