#AA396C

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

Shades of Rouge #AA396C

Tints of Rouge #AA396C

Color information

#AA396C (or 0xAA396C) is unknown color: approx Rouge. HEX triplet: AA, 39 and 6C. RGB value is (170,57,108). Sum of RGB (Red+Green+Blue) = 170+57+108=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396C is #55C693. Grayscale: #606060. Windows color (decimal): -5621396 or 7092650. OLE color: 7092650.

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

Color convert

RGB17057108-
CMYK00.660.360.33
HSL332.92º49.78%44.51%-
HSV(B)332.92º66.47%66.67%-
XYZ20.7512.5615.52-
YUV96.6134.44180.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=50.75%
G=17.01%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705710800.660.360.33332.9249.7844.51
HexAA396C042242114d322d
Octal25271154010244415156255
Binary10101010111001110110001000010100100100001101001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA396C; }

 p { color: rgb(170,57,108); }

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

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

 a { background-color: rgb(170,57,108); }

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

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

 span { border-color: rgb(170,57,108); }

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