#AA3532

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

Shades of Milano Red #AA3532

Tints of Milano Red #AA3532

Color information

#AA3532 (or 0xAA3532) is unknown color: approx Milano Red. HEX triplet: AA, 35 and 32. RGB value is (170,53,50). Sum of RGB (Red+Green+Blue) = 170+53+50=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3532 is #55CACD. Grayscale: #575757. Windows color (decimal): -5622478 or 3290538. OLE color: 3290538.

HSL color Cylindrical-coordinate representation of color #AA3532: hue angle of 1.5º 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 #AA3532 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1705350-
CMYK00.690.710.33
HSL1.5º54.55%43.14%-
HSV(B)1.5º70.59%66.67%-
XYZ18.4311.324.23-
YUV87.64106.76186.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=62.27%
G=19.41%
B=18.32%

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
Decimal170535000.690.710.331.554.5543.14
HexAA353204547212372b
Octal252656201051074126753
Binary1010101011010111001001000101100011110000110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3532; }

 p { color: rgb(170,53,50); }

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

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

 a { background-color: rgb(170,53,50); }

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

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

 span { border-color: rgb(170,53,50); }

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