#AE3161

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

Shades of Rouge #AE3161

Tints of Rouge #AE3161

Color information

#AE3161 (or 0xAE3161) is unknown color: approx Rouge. HEX triplet: AE, 31 and 61. RGB value is (174,49,97). Sum of RGB (Red+Green+Blue) = 174+49+97=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3161 is #51CE9E. Grayscale: #5B5B5B. Windows color (decimal): -5361311 or 6369710. OLE color: 6369710.

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

Color convert

RGB1744997-
CMYK00.720.440.32
HSL336.96º56.05%43.73%-
HSV(B)336.96º71.84%68.24%-
XYZ20.7112.0612.55-
YUV91.85130.91186.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=54.38%
G=15.31%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174499700.720.440.32336.9656.0543.73
HexAE31610482C20151382c
Octal25661141011054405217054
Binary10101110110001110000101001000101100100000101010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3161; }

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

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

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

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

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

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

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

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