#AA3A74

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

Shades of Rouge #AA3A74

Tints of Rouge #AA3A74

Color information

#AA3A74 (or 0xAA3A74) is unknown color: approx Rouge. HEX triplet: AA, 3A and 74. RGB value is (170,58,116). Sum of RGB (Red+Green+Blue) = 170+58+116=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A74 is #55C58B. Grayscale: #616161. Windows color (decimal): -5621132 or 7617194. OLE color: 7617194.

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

Color convert

RGB17058116-
CMYK00.660.320.33
HSL328.93º49.12%44.71%-
HSV(B)328.93º65.88%66.67%-
XYZ21.2412.8317.88-
YUV98.1138.11179.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=49.42%
G=16.86%
B=33.72%

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
Decimal1705811600.660.320.33328.9349.1244.71
HexAA3A740422021149312d
Octal25272164010240415116155
Binary10101010111010111010001000010100000100001101001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A74; }

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

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

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

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

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

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

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

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