#ae305b

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

Shades of Rouge #AE305B

Tints of Rouge #AE305B

Color information

#AE305B (or 0xAE305B) is unknown color: approx Rouge. HEX triplet: AE, 30 and 5B. RGB value is (174,48,91). Sum of RGB (Red+Green+Blue) = 174+48+91=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE305B is #51CFA4. Grayscale: #5A5A5A. Windows color (decimal): -5361573 or 5976238. OLE color: 5976238.

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

Color convert

RGB1744891-
CMYK00.720.480.32
HSL339.52º56.76%43.53%-
HSV(B)339.52º72.41%68.24%-
XYZ20.411.8711.11-
YUV90.58128.24187.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=55.59%
G=15.34%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174489100.720.480.32339.5256.7643.53
HexAE305B0483020154392c
Octal25660133011060405247154
Binary10101110110000101101101001000110000100000101010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae305b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae305b; }

 p { color: rgb(174,48,91); }

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

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

 a { background-color: rgb(174,48,91); }

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

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

 span { border-color: rgb(174,48,91); }

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