#AE316A

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

Shades of Rouge #AE316A

Tints of Rouge #AE316A

Color information

#AE316A (or 0xAE316A) is unknown color: approx Rouge. HEX triplet: AE, 31 and 6A. RGB value is (174,49,106). Sum of RGB (Red+Green+Blue) = 174+49+106=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE316A is #51CE95. Grayscale: #5C5C5C. Windows color (decimal): -5361302 or 6959534. OLE color: 6959534.

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

Color convert

RGB17449106-
CMYK00.720.390.32
HSL332.64º56.05%43.73%-
HSV(B)332.64º71.84%68.24%-
XYZ21.1612.2414.88-
YUV92.87135.41185.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=52.89%
G=14.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744910600.720.390.32332.6456.0543.73
HexAE316A048272014d382c
Octal25661152011047405157054
Binary10101110110001110101001001000100111100000101001101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE316A; }

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

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

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

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

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

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

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

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