Html Css Color HEX #AE3E61 Rouge

📋 copy color: '#AE3E61'

red 174 ◦ green 62 ◦ blue 97

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

Shades of Rouge #AE3E61

Tints of Rouge #AE3E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 52.25%
G = 18.62%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE3E61 (or 0xAE3E61) is known color: Rouge. HEX triplet: AE, 3E and 61. RGB value is (174,62,97). Sum of RGB (Red+Green+Blue) = 174+62+97=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3E61 is #51C19E. Grayscale: #636363. Windows color (decimal): -5357983 or 6373038. OLE color: 6373038.

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

Color convert

RGB 174 62 97 -
CMYK 0 0.64 0.44 0.32
HSL 341.25º 0.47% 0.46% -
HSV(B) 341.25º 0.64% 0.68% -
XYZ 21.34 13.31 12.75 -
YUV 99.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 174 62 97 0 0.64 0.44 0.32 341.25 0.47 0.46
Hex AE 3E 61 0 40 2C 20 155 2F 2E
Octal 256 76 141 0 100 54 40 525 57 56
Binary 10101110 111110 1100001 0 1000000 101100 100000 101010101 101111 101110

Color Harmonies of #AE3E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E61

Black with #AE3E61

Text Example


Text Example

White with #AE3E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E61; }

 p { color: rgb(174,62,97); }

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

background-color css

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

 a { background-color: rgb(174,62,97); }

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

border-color css

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

 span { border-color: rgb(174,62,97); }

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