#A53734

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

Shades of Milano Red #A53734

Tints of Milano Red #A53734

Color information

#A53734 (or 0xA53734) is unknown color: approx Milano Red. HEX triplet: A5, 37 and 34. RGB value is (165,55,52). Sum of RGB (Red+Green+Blue) = 165+55+52=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53734 is #5AC8CB. Grayscale: #575757. Windows color (decimal): -5949644 or 3422117. OLE color: 3422117.

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

Color convert

RGB1655552-
CMYK00.670.680.35
HSL1.59º52.07%42.55%-
HSV(B)1.59º68.48%64.71%-
XYZ17.510.984.45-
YUV87.55107.94183.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=60.66%
G=20.22%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165555200.670.680.351.5952.0742.55
HexA5373404344232342b
Octal245676401031044326453
Binary1010010111011111010001000011100010010001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53734; }

 p { color: rgb(165,55,52); }

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

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

 a { background-color: rgb(165,55,52); }

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

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

 span { border-color: rgb(165,55,52); }

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