#AE4060

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

Shades of Rouge #AE4060

Tints of Rouge #AE4060

Color information

#AE4060 (or 0xAE4060) is unknown color: approx Rouge. HEX triplet: AE, 40 and 60. RGB value is (174,64,96). Sum of RGB (Red+Green+Blue) = 174+64+96=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4060 is #51BF9F. Grayscale: #646464. Windows color (decimal): -5357472 or 6308014. OLE color: 6308014.

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

Color convert

RGB1746496-
CMYK00.630.450.32
HSL342.55º46.22%46.67%-
HSV(B)342.55º63.22%68.24%-
XYZ21.413.5112.55-
YUV100.54125.44180.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=52.10%
G=19.16%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174649600.630.450.32342.5546.2246.67
HexAE406003F2D201572e2f
Octal25610014007755405275657
Binary10101110100000011000000111111101101100000101010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4060; }

 p { color: rgb(174,64,96); }

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

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

 a { background-color: rgb(174,64,96); }

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

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

 span { border-color: rgb(174,64,96); }

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