#AA3431

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

Shades of Milano Red #AA3431

Tints of Milano Red #AA3431

Color information

#AA3431 (or 0xAA3431) is unknown color: approx Milano Red. HEX triplet: AA, 34 and 31. RGB value is (170,52,49). Sum of RGB (Red+Green+Blue) = 170+52+49=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3431 is #55CBCE. Grayscale: #575757. Windows color (decimal): -5622735 or 3224746. OLE color: 3224746.

HSL color Cylindrical-coordinate representation of color #AA3431: hue angle of 1.49º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3431 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1705249-
CMYK00.690.710.33
HSL1.49º55.25%42.94%-
HSV(B)1.49º71.18%66.67%-
XYZ18.3611.224.1-
YUV86.94106.59187.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=62.73%
G=19.19%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170524900.690.710.331.4955.2542.94
HexAA343104547211372b
Octal252646101051074116753
Binary101010101101001100010100010110001111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3431; }

 p { color: rgb(170,52,49); }

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

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

 a { background-color: rgb(170,52,49); }

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

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

 span { border-color: rgb(170,52,49); }

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