#AE4466

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

Shades of Rouge #AE4466

Tints of Rouge #AE4466

Color information

#AE4466 (or 0xAE4466) is unknown color: approx Rouge. HEX triplet: AE, 44 and 66. RGB value is (174,68,102). Sum of RGB (Red+Green+Blue) = 174+68+102=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4466 is #51BB99. Grayscale: #676767. Windows color (decimal): -5356442 or 6702254. OLE color: 6702254.

HSL color Cylindrical-coordinate representation of color #AE4466: hue angle of 340.75º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4466 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17468102-
CMYK00.610.410.32
HSL340.75º43.8%47.45%-
HSV(B)340.75º60.92%68.24%-
XYZ21.9214.0914.14-
YUV103.57127.12178.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=50.58%
G=19.77%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746810200.610.410.32340.7543.847.45
HexAE446603D29201552c2f
Octal25610414607551405255457
Binary10101110100010011001100111101101001100000101010101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4466; }

 p { color: rgb(174,68,102); }

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

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

 a { background-color: rgb(174,68,102); }

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

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

 span { border-color: rgb(174,68,102); }

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