#AE316D

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

Shades of Rouge #AE316D

Tints of Rouge #AE316D

Color information

#AE316D (or 0xAE316D) is unknown color: approx Rouge. HEX triplet: AE, 31 and 6D. RGB value is (174,49,109). Sum of RGB (Red+Green+Blue) = 174+49+109=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE316D is #51CE92. Grayscale: #5D5D5D. Windows color (decimal): -5361299 or 7156142. OLE color: 7156142.

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

Color convert

RGB17449109-
CMYK00.720.370.32
HSL331.2º56.05%43.73%-
HSV(B)331.2º71.84%68.24%-
XYZ21.3112.315.72-
YUV93.21136.91185.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=52.41%
G=14.76%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744910900.720.370.32331.256.0543.73
HexAE316D048252014b382c
Octal25661155011045405137054
Binary10101110110001110110101001000100101100000101001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE316D; }

 p { color: rgb(174,49,109); }

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

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

 a { background-color: rgb(174,49,109); }

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

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

 span { border-color: rgb(174,49,109); }

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