#AE3463

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

Shades of Rouge #AE3463

Tints of Rouge #AE3463

Color information

#AE3463 (or 0xAE3463) is unknown color: approx Rouge. HEX triplet: AE, 34 and 63. RGB value is (174,52,99). Sum of RGB (Red+Green+Blue) = 174+52+99=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3463 is #51CB9C. Grayscale: #5D5D5D. Windows color (decimal): -5360541 or 6501550. OLE color: 6501550.

HSL color Cylindrical-coordinate representation of color #AE3463: hue angle of 336.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3463 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1745299-
CMYK00.700.430.32
HSL336.89º53.98%44.31%-
HSV(B)336.89º70.11%68.24%-
XYZ20.9412.3613.09-
YUV93.84130.92185.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=53.54%
G=16%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174529900.700.430.32336.8953.9844.31
HexAE34630462B20151362c
Octal25664143010653405216654
Binary10101110110100110001101000110101011100000101010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3463; }

 p { color: rgb(174,52,99); }

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

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

 a { background-color: rgb(174,52,99); }

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

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

 span { border-color: rgb(174,52,99); }

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