#AA396E

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

Shades of Rouge #AA396E

Tints of Rouge #AA396E

Color information

#AA396E (or 0xAA396E) is unknown color: approx Rouge. HEX triplet: AA, 39 and 6E. RGB value is (170,57,110). Sum of RGB (Red+Green+Blue) = 170+57+110=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396E is #55C691. Grayscale: #606060. Windows color (decimal): -5621394 or 7223722. OLE color: 7223722.

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

Color convert

RGB17057110-
CMYK00.660.350.33
HSL331.86º49.78%44.51%-
HSV(B)331.86º66.47%66.67%-
XYZ20.8612.616.08-
YUV96.83135.44180.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=50.45%
G=16.91%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705711000.660.350.33331.8649.7844.51
HexAA396E042232114c322d
Octal25271156010243415146255
Binary10101010111001110111001000010100011100001101001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA396E; }

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

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

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

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

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

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

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

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