#AA296C

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

Shades of Rouge #AA296C

Tints of Rouge #AA296C

Color information

#AA296C (or 0xAA296C) is unknown color: approx Rouge. HEX triplet: AA, 29 and 6C. RGB value is (170,41,108). Sum of RGB (Red+Green+Blue) = 170+41+108=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA296C is #55D693. Grayscale: #575757. Windows color (decimal): -5625492 or 7088554. OLE color: 7088554.

HSL color Cylindrical-coordinate representation of color #AA296C: hue angle of 328.84º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA296C is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17041108-
CMYK00.760.360.33
HSL328.84º61.14%41.37%-
HSV(B)328.84º75.88%66.67%-
XYZ20.0811.2115.29-
YUV87.21139.74187.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=53.29%
G=12.85%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704110800.760.360.33328.8461.1441.37
HexAA296C04C24211493d29
Octal25251154011444415117551
Binary10101010101001110110001001100100100100001101001001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA296C; }

 p { color: rgb(170,41,108); }

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

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

 a { background-color: rgb(170,41,108); }

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

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

 span { border-color: rgb(170,41,108); }

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