Html Css Color HEX #AE405F Rouge

📋 copy color: '#AE405F'

red 174 ◦ green 64 ◦ blue 95

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

Shades of Rouge #AE405F

Tints of Rouge #AE405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 52.25%
G = 19.22%
B = 28.53%

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

#AE405F (or 0xAE405F) is known color: Rouge. HEX triplet: AE, 40 and 5F. RGB value is (174,64,95). Sum of RGB (Red+Green+Blue) = 174+64+95=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE405F is #51BFA0. Grayscale: #646464. Windows color (decimal): -5357473 or 6242478. OLE color: 6242478.

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

Color convert

RGB 174 64 95 -
CMYK 0 0.63 0.45 0.32
HSL 343.09º 0.46% 0.47% -
HSV(B) 343.09º 0.63% 0.68% -
XYZ 21.35 13.49 12.31 -
YUV 100.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 174 64 95 0 0.63 0.45 0.32 343.09 0.46 0.47
Hex AE 40 5F 0 3F 2D 20 157 2E 2F
Octal 256 100 137 0 77 55 40 527 56 57
Binary 10101110 1000000 1011111 0 111111 101101 100000 101010111 101110 101111

Color Harmonies of #AE405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE405F

Black with #AE405F

Text Example


Text Example

White with #AE405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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