#AE4165

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

Shades of Rouge #AE4165

Tints of Rouge #AE4165

Color information

#AE4165 (or 0xAE4165) is unknown color: approx Rouge. HEX triplet: AE, 41 and 65. RGB value is (174,65,101). Sum of RGB (Red+Green+Blue) = 174+65+101=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4165 is #51BE9A. Grayscale: #656565. Windows color (decimal): -5357211 or 6635950. OLE color: 6635950.

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

Color convert

RGB17465101-
CMYK00.630.420.32
HSL340.18º45.61%46.86%-
HSV(B)340.18º62.64%68.24%-
XYZ21.6913.7213.82-
YUV101.7127.61179.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=51.18%
G=19.12%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746510100.630.420.32340.1845.6146.86
HexAE416503F2A201542e2f
Octal25610114507752405245657
Binary10101110100000111001010111111101010100000101010100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4165; }

 p { color: rgb(174,65,101); }

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

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

 a { background-color: rgb(174,65,101); }

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

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

 span { border-color: rgb(174,65,101); }

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