#AE4061

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

Shades of Rouge #AE4061

Tints of Rouge #AE4061

Color information

#AE4061 (or 0xAE4061) is unknown color: approx Rouge. HEX triplet: AE, 40 and 61. RGB value is (174,64,97). Sum of RGB (Red+Green+Blue) = 174+64+97=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4061 is #51BF9E. Grayscale: #646464. Windows color (decimal): -5357471 or 6373550. OLE color: 6373550.

HSL color Cylindrical-coordinate representation of color #AE4061: hue angle of 342º 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 #AE4061 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1746497-
CMYK00.630.440.32
HSL342º46.22%46.67%-
HSV(B)342º63.22%68.24%-
XYZ21.4513.5312.79-
YUV100.65125.94180.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=51.94%
G=19.10%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174649700.630.440.3234246.2246.67
HexAE406103F2C201562e2f
Octal25610014107754405265657
Binary10101110100000011000010111111101100100000101010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4061; }

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

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

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

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

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

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

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

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