#AA3169

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

Shades of Rouge #AA3169

Tints of Rouge #AA3169

Color information

#AA3169 (or 0xAA3169) is unknown color: approx Rouge. HEX triplet: AA, 31 and 69. RGB value is (170,49,105). Sum of RGB (Red+Green+Blue) = 170+49+105=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3169 is #55CE96. Grayscale: #5B5B5B. Windows color (decimal): -5623447 or 6893994. OLE color: 6893994.

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

Color convert

RGB17049105-
CMYK00.710.380.33
HSL332.23º55.25%42.94%-
HSV(B)332.23º71.18%66.67%-
XYZ20.2311.7614.57-
YUV91.56135.59183.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=52.47%
G=15.12%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704910500.710.380.33332.2355.2542.94
HexAA3169047262114c372b
Octal25261151010746415146753
Binary10101010110001110100101000111100110100001101001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3169; }

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

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

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

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

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

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

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

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