#AE306C

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

Shades of Rouge #AE306C

Tints of Rouge #AE306C

Color information

#AE306C (or 0xAE306C) is unknown color: approx Rouge. HEX triplet: AE, 30 and 6C. RGB value is (174,48,108). Sum of RGB (Red+Green+Blue) = 174+48+108=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE306C is #51CF93. Grayscale: #5C5C5C. Windows color (decimal): -5361556 or 7090350. OLE color: 7090350.

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

Color convert

RGB17448108-
CMYK00.720.380.32
HSL331.43º56.76%43.53%-
HSV(B)331.43º72.41%68.24%-
XYZ21.2212.215.42-
YUV92.51136.74186.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=52.73%
G=14.55%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744810800.720.380.32331.4356.7643.53
HexAE306C048262014b392c
Octal25660154011046405137154
Binary10101110110000110110001001000100110100000101001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE306C; }

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

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

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

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

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

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

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

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