#A63728

Color #A63728 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #A63728

Tints of Milano Red #A63728

Color information

#A63728 (or 0xA63728) is unknown color: approx Milano Red. HEX triplet: A6, 37 and 28. RGB value is (166,55,40). Sum of RGB (Red+Green+Blue) = 166+55+40=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A63728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63728 is #59C8D7. Grayscale: #565656. Windows color (decimal): -5884120 or 2635686. OLE color: 2635686.

HSL color Cylindrical-coordinate representation of color #A63728: hue angle of 7.14º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63728 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1665540-
CMYK00.670.760.35
HSL7.14º61.17%40.39%-
HSV(B)7.14º75.9%65.1%-
XYZ17.4810.993.21-
YUV86.48101.77184.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=63.60%
G=21.07%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166554000.670.760.357.1461.1740.39
HexA637280434C2373d28
Octal246675001031144377550
Binary10100110110111101000010000111001100100011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63728; }

 p { color: rgb(166,55,40); }

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

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

 a { background-color: rgb(166,55,40); }

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

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

 span { border-color: rgb(166,55,40); }

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