#AA325E

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

Shades of Rouge #AA325E

Tints of Rouge #AA325E

Color information

#AA325E (or 0xAA325E) is unknown color: approx Rouge. HEX triplet: AA, 32 and 5E. RGB value is (170,50,94). Sum of RGB (Red+Green+Blue) = 170+50+94=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325E is #55CDA1. Grayscale: #5A5A5A. Windows color (decimal): -5623202 or 6173354. OLE color: 6173354.

HSL color Cylindrical-coordinate representation of color #AA325E: hue angle of 338º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA325E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB1705094-
CMYK00.710.450.33
HSL338º54.55%43.14%-
HSV(B)338º70.59%66.67%-
XYZ19.7411.6411.8-
YUV90.9129.76184.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=54.14%
G=15.92%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170509400.710.450.3333854.5543.14
HexAA325E0472D21152372b
Octal25262136010755415226753
Binary10101010110010101111001000111101101100001101010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA325E; }

 p { color: rgb(170,50,94); }

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

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

 a { background-color: rgb(170,50,94); }

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

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

 span { border-color: rgb(170,50,94); }

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