Html Css Color HEX #AE3C6A Rouge

📋 copy color: '#AE3C6A'

red 174 ◦ green 60 ◦ blue 106

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

Shades of Rouge #AE3C6A

Tints of Rouge #AE3C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 51.18%
G = 17.65%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE3C6A (or 0xAE3C6A) is known color: Rouge. HEX triplet: AE, 3C and 6A. RGB value is (174,60,106). Sum of RGB (Red+Green+Blue) = 174+60+106=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C6A is #51C395. Grayscale: #636363. Windows color (decimal): -5358486 or 6962350. OLE color: 6962350.

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

Color convert

RGB 174 60 106 -
CMYK 0 0.66 0.39 0.32
HSL 335.79º 0.49% 0.46% -
HSV(B) 335.79º 0.66% 0.68% -
XYZ 21.67 13.27 15.05 -
YUV 99.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 174 60 106 0 0.66 0.39 0.32 335.79 0.49 0.46
Hex AE 3C 6A 0 42 27 20 150 31 2E
Octal 256 74 152 0 102 47 40 520 61 56
Binary 10101110 111100 1101010 0 1000010 100111 100000 101010000 110001 101110

Color Harmonies of #AE3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C6A

Black with #AE3C6A

Text Example


Text Example

White with #AE3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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