#aa3160

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

Shades of Rouge #AA3160

Tints of Rouge #AA3160

Color information

#AA3160 (or 0xAA3160) is unknown color: approx Rouge. HEX triplet: AA, 31 and 60. RGB value is (170,49,96). Sum of RGB (Red+Green+Blue) = 170+49+96=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3160 is #55CE9F. Grayscale: #5A5A5A. Windows color (decimal): -5623456 or 6304170. OLE color: 6304170.

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

Color convert

RGB1704996-
CMYK00.710.440.33
HSL336.69º55.25%42.94%-
HSV(B)336.69º71.18%66.67%-
XYZ19.7911.5912.26-
YUV90.54131.09184.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=53.97%
G=15.56%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170499600.710.440.33336.6955.2542.94
HexAA31600472C21151372b
Octal25261140010754415216753
Binary10101010110001110000001000111101100100001101010001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3160; }

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

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

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

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

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

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

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

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