#AE296B

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

Shades of Rouge #AE296B

Tints of Rouge #AE296B

Color information

#AE296B (or 0xAE296B) is unknown color: approx Rouge. HEX triplet: AE, 29 and 6B. RGB value is (174,41,107). Sum of RGB (Red+Green+Blue) = 174+41+107=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE296B is #51D694. Grayscale: #585858. Windows color (decimal): -5363349 or 7023022. OLE color: 7023022.

HSL color Cylindrical-coordinate representation of color #AE296B: hue angle of 330.23º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE296B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17441107-
CMYK00.760.390.32
HSL330.23º61.86%42.16%-
HSV(B)330.23º76.44%68.24%-
XYZ20.911.6515.06-
YUV88.29138.56189.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=54.04%
G=12.73%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744110700.760.390.32330.2361.8642.16
HexAE296B04C272014a3e2a
Octal25651153011447405127652
Binary10101110101001110101101001100100111100000101001010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE296B; }

 p { color: rgb(174,41,107); }

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

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

 a { background-color: rgb(174,41,107); }

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

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

 span { border-color: rgb(174,41,107); }

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