#AA396D

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

Shades of Rouge #AA396D

Tints of Rouge #AA396D

Color information

#AA396D (or 0xAA396D) is unknown color: approx Rouge. HEX triplet: AA, 39 and 6D. RGB value is (170,57,109). Sum of RGB (Red+Green+Blue) = 170+57+109=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396D is #55C692. Grayscale: #606060. Windows color (decimal): -5621395 or 7158186. OLE color: 7158186.

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

Color convert

RGB17057109-
CMYK00.660.360.33
HSL332.39º49.78%44.51%-
HSV(B)332.39º66.47%66.67%-
XYZ20.812.5815.8-
YUV96.71134.94180.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=50.60%
G=16.96%
B=32.44%

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
Decimal1705710900.660.360.33332.3949.7844.51
HexAA396D042242114c322d
Octal25271155010244415146255
Binary10101010111001110110101000010100100100001101001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA396D; }

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

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

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

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

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

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

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

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