#AE4368

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

Shades of Rouge #AE4368

Tints of Rouge #AE4368

Color information

#AE4368 (or 0xAE4368) is unknown color: approx Rouge. HEX triplet: AE, 43 and 68. RGB value is (174,67,104). Sum of RGB (Red+Green+Blue) = 174+67+104=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4368 is #51BC97. Grayscale: #676767. Windows color (decimal): -5356696 or 6833070. OLE color: 6833070.

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

Color convert

RGB17467104-
CMYK00.610.400.32
HSL339.25º44.4%47.25%-
HSV(B)339.25º61.49%68.24%-
XYZ21.9614.0114.64-
YUV103.21128.45178.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=50.43%
G=19.42%
B=30.14%

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
Decimal1746710400.610.400.32339.2544.447.25
HexAE436803D28201532c2f
Octal25610315007550405235457
Binary10101110100001111010000111101101000100000101010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4368; }

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

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

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

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

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

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

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

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