Html Css Color HEX #AE406B Rouge

📋 copy color: '#AE406B'

red 174 ◦ green 64 ◦ blue 107

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

Shades of Rouge #AE406B

Tints of Rouge #AE406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 50.43%
G = 18.55%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE406B (or 0xAE406B) is known color: Rouge. HEX triplet: AE, 40 and 6B. RGB value is (174,64,107). Sum of RGB (Red+Green+Blue) = 174+64+107=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE406B is #51BF94. Grayscale: #656565. Windows color (decimal): -5357461 or 7028910. OLE color: 7028910.

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

Color convert

RGB 174 64 107 -
CMYK 0 0.63 0.39 0.32
HSL 336.55º 0.46% 0.47% -
HSV(B) 336.55º 0.63% 0.68% -
XYZ 21.94 13.73 15.4 -
YUV 101.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 174 64 107 0 0.63 0.39 0.32 336.55 0.46 0.47
Hex AE 40 6B 0 3F 27 20 151 2E 2F
Octal 256 100 153 0 77 47 40 521 56 57
Binary 10101110 1000000 1101011 0 111111 100111 100000 101010001 101110 101111

Color Harmonies of #AE406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE406B

Black with #AE406B

Text Example


Text Example

White with #AE406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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