Html Css Color HEX #AE366F Rouge

📋 copy color: '#AE366F'

red 174 ◦ green 54 ◦ blue 111

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

Shades of Rouge #AE366F

Tints of Rouge #AE366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 51.33%
G = 15.93%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE366F (or 0xAE366F) is known color: Rouge. HEX triplet: AE, 36 and 6F. RGB value is (174,54,111). Sum of RGB (Red+Green+Blue) = 174+54+111=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE366F is #51C990. Grayscale: #606060. Windows color (decimal): -5360017 or 7288494. OLE color: 7288494.

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

Color convert

RGB 174 54 111 -
CMYK 0 0.69 0.36 0.32
HSL 331.5º 0.53% 0.45% -
HSV(B) 331.5º 0.69% 0.68% -
XYZ 21.64 12.78 16.37 -
YUV 96.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 174 54 111 0 0.69 0.36 0.32 331.5 0.53 0.45
Hex AE 36 6F 0 45 24 20 14C 35 2D
Octal 256 66 157 0 105 44 40 514 65 55
Binary 10101110 110110 1101111 0 1000101 100100 100000 101001100 110101 101101

Color Harmonies of #AE366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE366F

Black with #AE366F

Text Example


Text Example

White with #AE366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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