#AA326F

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

Shades of Rouge #AA326F

Tints of Rouge #AA326F

Color information

#AA326F (or 0xAA326F) is unknown color: approx Rouge. HEX triplet: AA, 32 and 6F. RGB value is (170,50,111). Sum of RGB (Red+Green+Blue) = 170+50+111=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA326F is #55CD90. Grayscale: #5C5C5C. Windows color (decimal): -5623185 or 7287466. OLE color: 7287466.

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

Color convert

RGB17050111-
CMYK00.710.350.33
HSL329.5º54.55%43.14%-
HSV(B)329.5º70.59%66.67%-
XYZ20.5911.9716.27-
YUV92.83138.26183.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=51.36%
G=15.11%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705011100.710.350.33329.554.5543.14
HexAA326F047232114a372b
Octal25262157010743415126753
Binary10101010110010110111101000111100011100001101001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA326F; }

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

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

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

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

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

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

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

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