#AA396A

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

Shades of Rouge #AA396A

Tints of Rouge #AA396A

Color information

#AA396A (or 0xAA396A) is unknown color: approx Rouge. HEX triplet: AA, 39 and 6A. RGB value is (170,57,106). Sum of RGB (Red+Green+Blue) = 170+57+106=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396A is #55C695. Grayscale: #606060. Windows color (decimal): -5621398 or 6961578. OLE color: 6961578.

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

Color convert

RGB17057106-
CMYK00.660.380.33
HSL333.98º49.78%44.51%-
HSV(B)333.98º66.47%66.67%-
XYZ20.6412.5114.96-
YUV96.37133.44180.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=51.05%
G=17.12%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705710600.660.380.33333.9849.7844.51
HexAA396A042262114e322d
Octal25271152010246415166255
Binary10101010111001110101001000010100110100001101001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA396A; }

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

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

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

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

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

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

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

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