#AE4867

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

Shades of Rouge #AE4867

Tints of Rouge #AE4867

Color information

#AE4867 (or 0xAE4867) is unknown color: approx Rouge. HEX triplet: AE, 48 and 67. RGB value is (174,72,103). Sum of RGB (Red+Green+Blue) = 174+72+103=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4867 is #51B798. Grayscale: #6A6A6A. Windows color (decimal): -5355417 or 6768814. OLE color: 6768814.

HSL color Cylindrical-coordinate representation of color #AE4867: hue angle of 341.76º degrees, saturation: 0.41, 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 #AE4867 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17472103-
CMYK00.590.410.32
HSL341.76º41.46%48.24%-
HSV(B)341.76º58.62%68.24%-
XYZ22.2214.6114.48-
YUV106.03126.29176.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=49.86%
G=20.63%
B=29.51%

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
Decimal1747210300.590.410.32341.7641.4648.24
HexAE486703B29201562930
Octal25611014707351405265160
Binary10101110100100011001110111011101001100000101010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4867; }

 p { color: rgb(174,72,103); }

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

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

 a { background-color: rgb(174,72,103); }

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

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

 span { border-color: rgb(174,72,103); }

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