#AE4169

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

Shades of Rouge #AE4169

Tints of Rouge #AE4169

Color information

#AE4169 (or 0xAE4169) is unknown color: approx Rouge. HEX triplet: AE, 41 and 69. RGB value is (174,65,105). Sum of RGB (Red+Green+Blue) = 174+65+105=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4169 is #51BE96. Grayscale: #666666. Windows color (decimal): -5357207 or 6898094. OLE color: 6898094.

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

Color convert

RGB17465105-
CMYK00.630.400.32
HSL337.98º45.61%46.86%-
HSV(B)337.98º62.64%68.24%-
XYZ21.913.814.87-
YUV102.15129.61179.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=50.58%
G=18.90%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746510500.630.400.32337.9845.6146.86
HexAE416903F28201522e2f
Octal25610115107750405225657
Binary10101110100000111010010111111101000100000101010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4169; }

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

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

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

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

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

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

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

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