#AE4361

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

Shades of Rouge #AE4361

Tints of Rouge #AE4361

Color information

#AE4361 (or 0xAE4361) is unknown color: approx Rouge. HEX triplet: AE, 43 and 61. RGB value is (174,67,97). Sum of RGB (Red+Green+Blue) = 174+67+97=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4361 is #51BC9E. Grayscale: #666666. Windows color (decimal): -5356703 or 6374318. OLE color: 6374318.

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

Color convert

RGB1746797-
CMYK00.610.440.32
HSL343.18º44.4%47.25%-
HSV(B)343.18º61.49%68.24%-
XYZ21.6213.8812.85-
YUV102.41124.95179.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=51.48%
G=19.82%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174679700.610.440.32343.1844.447.25
HexAE436103D2C201572c2f
Octal25610314107554405275457
Binary10101110100001111000010111101101100100000101010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4361; }

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

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

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

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

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

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

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

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