Html Css Color HEX #AE3C60 Rouge

📋 copy color: '#AE3C60'

red 174 ◦ green 60 ◦ blue 96

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

Shades of Rouge #AE3C60

Tints of Rouge #AE3C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 52.73%
G = 18.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE3C60 (or 0xAE3C60) is known color: Rouge. HEX triplet: AE, 3C and 60. RGB value is (174,60,96). Sum of RGB (Red+Green+Blue) = 174+60+96=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C60 is #51C39F. Grayscale: #626262. Windows color (decimal): -5358496 or 6306990. OLE color: 6306990.

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

Color convert

RGB 174 60 96 -
CMYK 0 0.66 0.45 0.32
HSL 341.05º 0.49% 0.46% -
HSV(B) 341.05º 0.66% 0.68% -
XYZ 21.18 13.07 12.47 -
YUV 98.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 174 60 96 0 0.66 0.45 0.32 341.05 0.49 0.46
Hex AE 3C 60 0 42 2D 20 155 31 2E
Octal 256 74 140 0 102 55 40 525 61 56
Binary 10101110 111100 1100000 0 1000010 101101 100000 101010101 110001 101110

Color Harmonies of #AE3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C60

Black with #AE3C60

Text Example


Text Example

White with #AE3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C60; }

 p { color: rgb(174,60,96); }

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

background-color css

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

 a { background-color: rgb(174,60,96); }

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

border-color css

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

 span { border-color: rgb(174,60,96); }

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