#AE3060

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

Shades of Rouge #AE3060

Tints of Rouge #AE3060

Color information

#AE3060 (or 0xAE3060) is unknown color: approx Rouge. HEX triplet: AE, 30 and 60. RGB value is (174,48,96). Sum of RGB (Red+Green+Blue) = 174+48+96=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3060 is #51CF9F. Grayscale: #5B5B5B. Windows color (decimal): -5361568 or 6303918. OLE color: 6303918.

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

Color convert

RGB1744896-
CMYK00.720.450.32
HSL337.14º56.76%43.53%-
HSV(B)337.14º72.41%68.24%-
XYZ20.6211.9612.29-
YUV91.15130.74187.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=54.72%
G=15.09%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174489600.720.450.32337.1456.7643.53
HexAE30600482D20151392c
Octal25660140011055405217154
Binary10101110110000110000001001000101101100000101010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3060; }

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

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

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

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

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

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

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

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