#AE4468

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

Shades of Rouge #AE4468

Tints of Rouge #AE4468

Color information

#AE4468 (or 0xAE4468) is unknown color: approx Rouge. HEX triplet: AE, 44 and 68. RGB value is (174,68,104). Sum of RGB (Red+Green+Blue) = 174+68+104=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4468 is #51BB97. Grayscale: #676767. Windows color (decimal): -5356440 or 6833326. OLE color: 6833326.

HSL color Cylindrical-coordinate representation of color #AE4468: hue angle of 339.62º 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 #AE4468 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17468104-
CMYK00.610.400.32
HSL339.62º43.8%47.45%-
HSV(B)339.62º60.92%68.24%-
XYZ22.0214.1314.66-
YUV103.8128.12178.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=50.29%
G=19.65%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746810400.610.400.32339.6243.847.45
HexAE446803D28201542c2f
Octal25610415007550405245457
Binary10101110100010011010000111101101000100000101010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4468; }

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

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

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

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

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

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

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

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