#AA3573

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

Shades of Rouge #AA3573

Tints of Rouge #AA3573

Color information

#AA3573 (or 0xAA3573) is unknown color: approx Rouge. HEX triplet: AA, 35 and 73. RGB value is (170,53,115). Sum of RGB (Red+Green+Blue) = 170+53+115=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3573 is #55CA8C. Grayscale: #5E5E5E. Windows color (decimal): -5622413 or 7550378. OLE color: 7550378.

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

Color convert

RGB17053115-
CMYK00.690.320.33
HSL328.21º52.47%43.73%-
HSV(B)328.21º68.82%66.67%-
XYZ20.9512.3317.5-
YUV95.05139.26181.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=50.30%
G=15.68%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705311500.690.320.33328.2152.4743.73
HexAA35730452021148342c
Octal25265163010540415106454
Binary10101010110101111001101000101100000100001101001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3573; }

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

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

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

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

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

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

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

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