Html Css Color HEX #AE415F Rouge

📋 copy color: '#AE415F'

red 174 ◦ green 65 ◦ blue 95

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

Shades of Rouge #AE415F

Tints of Rouge #AE415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 52.1%
G = 19.46%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE415F (or 0xAE415F) is known color: Rouge. HEX triplet: AE, 41 and 5F. RGB value is (174,65,95). Sum of RGB (Red+Green+Blue) = 174+65+95=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE415F is #51BEA0. Grayscale: #656565. Windows color (decimal): -5357217 or 6242734. OLE color: 6242734.

HSL color Cylindrical-coordinate representation of color #AE415F: hue angle of 343.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE415F is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 95 -
CMYK 0 0.63 0.45 0.32
HSL 343.49º 0.46% 0.47% -
HSV(B) 343.49º 0.63% 0.68% -
XYZ 21.41 13.61 12.32 -
YUV 101.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 174 65 95 0 0.63 0.45 0.32 343.49 0.46 0.47
Hex AE 41 5F 0 3F 2D 20 157 2E 2F
Octal 256 101 137 0 77 55 40 527 56 57
Binary 10101110 1000001 1011111 0 111111 101101 100000 101010111 101110 101111

Color Harmonies of #AE415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE415F

Black with #AE415F

Text Example


Text Example

White with #AE415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE415F; }

 p { color: rgb(174,65,95); }

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

background-color css

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

 a { background-color: rgb(174,65,95); }

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

border-color css

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

 span { border-color: rgb(174,65,95); }

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