Html Css Color HEX #AE3C6C Rouge

📋 copy color: '#AE3C6C'

red 174 ◦ green 60 ◦ blue 108

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

Shades of Rouge #AE3C6C

Tints of Rouge #AE3C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 50.88%
G = 17.54%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE3C6C (or 0xAE3C6C) is known color: Rouge. HEX triplet: AE, 3C and 6C. RGB value is (174,60,108). Sum of RGB (Red+Green+Blue) = 174+60+108=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C6C is #51C393. Grayscale: #636363. Windows color (decimal): -5358484 or 7093422. OLE color: 7093422.

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

Color convert

RGB 174 60 108 -
CMYK 0 0.66 0.38 0.32
HSL 334.74º 0.49% 0.46% -
HSV(B) 334.74º 0.66% 0.68% -
XYZ 21.78 13.31 15.61 -
YUV 99.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 174 60 108 0 0.66 0.38 0.32 334.74 0.49 0.46
Hex AE 3C 6C 0 42 26 20 14F 31 2E
Octal 256 74 154 0 102 46 40 517 61 56
Binary 10101110 111100 1101100 0 1000010 100110 100000 101001111 110001 101110

Color Harmonies of #AE3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C6C

Black with #AE3C6C

Text Example


Text Example

White with #AE3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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