#AE426E

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

Shades of Rouge #AE426E

Tints of Rouge #AE426E

Color information

#AE426E (or 0xAE426E) is unknown color: approx Rouge. HEX triplet: AE, 42 and 6E. RGB value is (174,66,110). Sum of RGB (Red+Green+Blue) = 174+66+110=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE426E is #51BD91. Grayscale: #676767. Windows color (decimal): -5356946 or 7226030. OLE color: 7226030.

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

Color convert

RGB17466110-
CMYK00.620.370.32
HSL335.56º45%47.06%-
HSV(B)335.56º62.07%68.24%-
XYZ22.2214.0216.29-
YUV103.31131.78178.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=49.71%
G=18.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746611000.620.370.32335.564547.06
HexAE426E03E25201502d2f
Octal25610215607645405205557
Binary10101110100001011011100111110100101100000101010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE426E; }

 p { color: rgb(174,66,110); }

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

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

 a { background-color: rgb(174,66,110); }

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

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

 span { border-color: rgb(174,66,110); }

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