Html Css Color HEX #AE366D Rouge

📋 copy color: '#AE366D'

red 174 ◦ green 54 ◦ blue 109

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

Shades of Rouge #AE366D

Tints of Rouge #AE366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 51.63%
G = 16.02%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE366D (or 0xAE366D) is known color: Rouge. HEX triplet: AE, 36 and 6D. RGB value is (174,54,109). Sum of RGB (Red+Green+Blue) = 174+54+109=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE366D is #51C992. Grayscale: #606060. Windows color (decimal): -5360019 or 7157422. OLE color: 7157422.

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

Color convert

RGB 174 54 109 -
CMYK 0 0.69 0.37 0.32
HSL 332.5º 0.53% 0.45% -
HSV(B) 332.5º 0.69% 0.68% -
XYZ 21.54 12.74 15.79 -
YUV 96.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 174 54 109 0 0.69 0.37 0.32 332.5 0.53 0.45
Hex AE 36 6D 0 45 25 20 14C 35 2D
Octal 256 66 155 0 105 45 40 514 65 55
Binary 10101110 110110 1101101 0 1000101 100101 100000 101001100 110101 101101

Color Harmonies of #AE366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE366D

Black with #AE366D

Text Example


Text Example

White with #AE366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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