#AE286C

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

Shades of Rouge #AE286C

Tints of Rouge #AE286C

Color information

#AE286C (or 0xAE286C) is unknown color: approx Rouge. HEX triplet: AE, 28 and 6C. RGB value is (174,40,108). Sum of RGB (Red+Green+Blue) = 174+40+108=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE286C is #51D793. Grayscale: #575757. Windows color (decimal): -5363604 or 7088302. OLE color: 7088302.

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

Color convert

RGB17440108-
CMYK00.770.380.32
HSL329.55º62.62%41.96%-
HSV(B)329.55º77.01%68.24%-
XYZ20.9211.615.32-
YUV87.82139.39189.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=54.04%
G=12.42%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744010800.770.380.32329.5562.6241.96
HexAE286C04D262014a3f2a
Octal25650154011546405127752
Binary10101110101000110110001001101100110100000101001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE286C; }

 p { color: rgb(174,40,108); }

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

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

 a { background-color: rgb(174,40,108); }

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

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

 span { border-color: rgb(174,40,108); }

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