#aa3a73

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

Shades of Rouge #AA3A73

Tints of Rouge #AA3A73

Color information

#AA3A73 (or 0xAA3A73) is unknown color: approx Rouge. HEX triplet: AA, 3A and 73. RGB value is (170,58,115). Sum of RGB (Red+Green+Blue) = 170+58+115=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A73 is #55C58C. Grayscale: #616161. Windows color (decimal): -5621133 or 7551658. OLE color: 7551658.

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

Color convert

RGB17058115-
CMYK00.660.320.33
HSL329.46º49.12%44.71%-
HSV(B)329.46º65.88%66.67%-
XYZ21.1912.8117.58-
YUV97.99137.61179.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 58 (23.05% from 255) = 16.91%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=49.56%
G=16.91%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705811500.660.320.33329.4649.1244.71
HexAA3A730422021149312d
Octal25272163010240415116155
Binary10101010111010111001101000010100000100001101001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3a73; }

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

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

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

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

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

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

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

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