Html Css Color HEX #AE305C Rouge

📋 copy color: '#AE305C'

red 174 ◦ green 48 ◦ blue 92

#AE305C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AE305C

Tints of Rouge #AE305C

RGB

 RED value IS 174 (68.36% from 255) = 55.41%

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 55.41%
G = 15.29%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE305C (or 0xAE305C) is known color: Rouge. HEX triplet: AE, 30 and 5C. RGB value is (174,48,92). Sum of RGB (Red+Green+Blue) = 174+48+92=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE305C is #51CFA3. Grayscale: #5A5A5A. Windows color (decimal): -5361572 or 6041774. OLE color: 6041774.

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

Color convert

RGB 174 48 92 -
CMYK 0 0.72 0.47 0.32
HSL 339.05º 0.57% 0.44% -
HSV(B) 339.05º 0.72% 0.68% -
XYZ 20.44 11.89 11.34 -
YUV 90.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 174 48 92 0 0.72 0.47 0.32 339.05 0.57 0.44
Hex AE 30 5C 0 48 2F 20 153 39 2C
Octal 256 60 134 0 110 57 40 523 71 54
Binary 10101110 110000 1011100 0 1001000 101111 100000 101010011 111001 101100

Color Harmonies of #AE305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE305C

Black with #AE305C

Text Example


Text Example

White with #AE305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE305C; }

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

 H1.HeaderClassName
 {
   color: #AE305C;
 }
 .AnyTagClassName
 {
   color: #AE305C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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