Html Css Color HEX #AE405D Rouge

📋 copy color: '#AE405D'

red 174 ◦ green 64 ◦ blue 93

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

Shades of Rouge #AE405D

Tints of Rouge #AE405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 52.57%
G = 19.34%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE405D (or 0xAE405D) is known color: Rouge. HEX triplet: AE, 40 and 5D. RGB value is (174,64,93). Sum of RGB (Red+Green+Blue) = 174+64+93=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE405D is #51BFA2. Grayscale: #646464. Windows color (decimal): -5357475 or 6111406. OLE color: 6111406.

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

Color convert

RGB 174 64 93 -
CMYK 0 0.63 0.47 0.32
HSL 344.18º 0.46% 0.47% -
HSV(B) 344.18º 0.63% 0.68% -
XYZ 21.26 13.46 11.83 -
YUV 100.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 174 64 93 0 0.63 0.47 0.32 344.18 0.46 0.47
Hex AE 40 5D 0 3F 2F 20 158 2E 2F
Octal 256 100 135 0 77 57 40 530 56 57
Binary 10101110 1000000 1011101 0 111111 101111 100000 101011000 101110 101111

Color Harmonies of #AE405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE405D

Black with #AE405D

Text Example


Text Example

White with #AE405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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