#AE3170

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

Shades of Rouge #AE3170

Tints of Rouge #AE3170

Color information

#AE3170 (or 0xAE3170) is unknown color: approx Rouge. HEX triplet: AE, 31 and 70. RGB value is (174,49,112). Sum of RGB (Red+Green+Blue) = 174+49+112=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3170 is #51CE8F. Grayscale: #5D5D5D. Windows color (decimal): -5361296 or 7352750. OLE color: 7352750.

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

Color convert

RGB17449112-
CMYK00.720.360.32
HSL329.76º56.05%43.73%-
HSV(B)329.76º71.84%68.24%-
XYZ21.4812.3716.58-
YUV93.56138.41185.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=51.94%
G=14.63%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744911200.720.360.32329.7656.0543.73
HexAE3170048242014a382c
Octal25661160011044405127054
Binary10101110110001111000001001000100100100000101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3170; }

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

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

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

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

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

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

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

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