#AA3972

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

Shades of Rouge #AA3972

Tints of Rouge #AA3972

Color information

#AA3972 (or 0xAA3972) is unknown color: approx Rouge. HEX triplet: AA, 39 and 72. RGB value is (170,57,114). Sum of RGB (Red+Green+Blue) = 170+57+114=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3972 is #55C68D. Grayscale: #616161. Windows color (decimal): -5621390 or 7485866. OLE color: 7485866.

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

Color convert

RGB17057114-
CMYK00.660.330.33
HSL329.73º49.78%44.51%-
HSV(B)329.73º66.47%66.67%-
XYZ21.0812.6917.26-
YUV97.28137.44179.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=49.85%
G=16.72%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705711400.660.330.33329.7349.7844.51
HexAA3972042212114a322d
Octal25271162010241415126255
Binary10101010111001111001001000010100001100001101001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3972; }

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

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

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

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

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

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

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

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