#AE4663

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

Shades of Rouge #AE4663

Tints of Rouge #AE4663

Color information

#AE4663 (or 0xAE4663) is unknown color: approx Rouge. HEX triplet: AE, 46 and 63. RGB value is (174,70,99). Sum of RGB (Red+Green+Blue) = 174+70+99=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4663 is #51B99C. Grayscale: #686868. Windows color (decimal): -5355933 or 6506158. OLE color: 6506158.

HSL color Cylindrical-coordinate representation of color #AE4663: hue angle of 343.27º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4663 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1747099-
CMYK00.600.430.32
HSL343.27º42.62%47.84%-
HSV(B)343.27º59.77%68.24%-
XYZ21.914.2813.41-
YUV104.4124.96177.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=50.73%
G=20.41%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174709900.600.430.32343.2742.6247.84
HexAE466303C2B201572b30
Octal25610614307453405275360
Binary10101110100011011000110111100101011100000101010111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4663; }

 p { color: rgb(174,70,99); }

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

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

 a { background-color: rgb(174,70,99); }

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

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

 span { border-color: rgb(174,70,99); }

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