#AE4766

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

Shades of Rouge #AE4766

Tints of Rouge #AE4766

Color information

#AE4766 (or 0xAE4766) is unknown color: approx Rouge. HEX triplet: AE, 47 and 66. RGB value is (174,71,102). Sum of RGB (Red+Green+Blue) = 174+71+102=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4766 is #51B899. Grayscale: #696969. Windows color (decimal): -5355674 or 6703022. OLE color: 6703022.

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

Color convert

RGB17471102-
CMYK00.590.410.32
HSL341.94º42.04%48.04%-
HSV(B)341.94º59.2%68.24%-
XYZ22.1114.4614.2-
YUV105.33126.12176.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=50.14%
G=20.46%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747110200.590.410.32341.9442.0448.04
HexAE476603B29201562a30
Octal25610714607351405265260
Binary10101110100011111001100111011101001100000101010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4766; }

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

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

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

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

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

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

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

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