Html Css Color HEX #AE3C5A Rouge

📋 copy color: '#AE3C5A'

red 174 ◦ green 60 ◦ blue 90

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

Shades of Rouge #AE3C5A

Tints of Rouge #AE3C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 53.7%
G = 18.52%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE3C5A (or 0xAE3C5A) is known color: Rouge. HEX triplet: AE, 3C and 5A. RGB value is (174,60,90). Sum of RGB (Red+Green+Blue) = 174+60+90=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C5A is #51C3A5. Grayscale: #616161. Windows color (decimal): -5358502 or 5913774. OLE color: 5913774.

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

Color convert

RGB 174 60 90 -
CMYK 0 0.66 0.48 0.32
HSL 344.21º 0.49% 0.46% -
HSV(B) 344.21º 0.66% 0.68% -
XYZ 20.92 12.97 11.07 -
YUV 97.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 174 60 90 0 0.66 0.48 0.32 344.21 0.49 0.46
Hex AE 3C 5A 0 42 30 20 158 31 2E
Octal 256 74 132 0 102 60 40 530 61 56
Binary 10101110 111100 1011010 0 1000010 110000 100000 101011000 110001 101110

Color Harmonies of #AE3C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C5A

Black with #AE3C5A

Text Example


Text Example

White with #AE3C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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