#AE4563

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

Shades of Rouge #AE4563

Tints of Rouge #AE4563

Color information

#AE4563 (or 0xAE4563) is unknown color: approx Rouge. HEX triplet: AE, 45 and 63. RGB value is (174,69,99). Sum of RGB (Red+Green+Blue) = 174+69+99=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4563 is #51BA9C. Grayscale: #676767. Windows color (decimal): -5356189 or 6505902. OLE color: 6505902.

HSL color Cylindrical-coordinate representation of color #AE4563: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4563 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1746999-
CMYK00.600.430.32
HSL342.86º43.21%47.65%-
HSV(B)342.86º60.34%68.24%-
XYZ21.8414.1613.39-
YUV103.82125.29178.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=50.88%
G=20.18%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174699900.600.430.32342.8643.2147.65
HexAE456303C2B201572b30
Octal25610514307453405275360
Binary10101110100010111000110111100101011100000101010111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4563; }

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

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

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

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

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

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

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

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