#AA3974

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

Shades of Rouge #AA3974

Tints of Rouge #AA3974

Color information

#AA3974 (or 0xAA3974) is unknown color: approx Rouge. HEX triplet: AA, 39 and 74. RGB value is (170,57,116). Sum of RGB (Red+Green+Blue) = 170+57+116=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3974 is #55C68B. Grayscale: #616161. Windows color (decimal): -5621388 or 7616938. OLE color: 7616938.

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

Color convert

RGB17057116-
CMYK00.660.320.33
HSL328.67º49.78%44.51%-
HSV(B)328.67º66.47%66.67%-
XYZ21.1912.7317.86-
YUV97.51138.44179.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=49.56%
G=16.62%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705711600.660.320.33328.6749.7844.51
HexAA39740422021149322d
Octal25271164010240415116255
Binary10101010111001111010001000010100000100001101001001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3974; }

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

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

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

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

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

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

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

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