Html Css Color HEX #AE366C Rouge

📋 copy color: '#AE366C'

red 174 ◦ green 54 ◦ blue 108

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

Shades of Rouge #AE366C

Tints of Rouge #AE366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 51.79%
G = 16.07%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE366C (or 0xAE366C) is known color: Rouge. HEX triplet: AE, 36 and 6C. RGB value is (174,54,108). Sum of RGB (Red+Green+Blue) = 174+54+108=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE366C is #51C993. Grayscale: #5F5F5F. Windows color (decimal): -5360020 or 7091886. OLE color: 7091886.

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

Color convert

RGB 174 54 108 -
CMYK 0 0.69 0.38 0.32
HSL 333º 0.53% 0.45% -
HSV(B) 333º 0.69% 0.68% -
XYZ 21.48 12.72 15.51 -
YUV 96.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 174 54 108 0 0.69 0.38 0.32 333 0.53 0.45
Hex AE 36 6C 0 45 26 20 14D 35 2D
Octal 256 66 154 0 105 46 40 515 65 55
Binary 10101110 110110 1101100 0 1000101 100110 100000 101001101 110101 101101

Color Harmonies of #AE366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE366C

Black with #AE366C

Text Example


Text Example

White with #AE366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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