Html Css Color HEX #AE316D Rouge

📋 copy color: '#AE316D'

red 174 ◦ green 49 ◦ blue 109

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

Shades of Rouge #AE316D

Tints of Rouge #AE316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

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

R = 52.41%
G = 14.76%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE316D (or 0xAE316D) is known color: Rouge. HEX triplet: AE, 31 and 6D. RGB value is (174,49,109). Sum of RGB (Red+Green+Blue) = 174+49+109=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE316D is #51CE92. Grayscale: #5D5D5D. Windows color (decimal): -5361299 or 7156142. OLE color: 7156142.

HSL color Cylindrical-coordinate representation of color #AE316D: hue angle of 331.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE316D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 49 109 -
CMYK 0 0.72 0.37 0.32
HSL 331.2º 0.56% 0.44% -
HSV(B) 331.2º 0.72% 0.68% -
XYZ 21.31 12.3 15.72 -
YUV 93.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 174 49 109 0 0.72 0.37 0.32 331.2 0.56 0.44
Hex AE 31 6D 0 48 25 20 14B 38 2C
Octal 256 61 155 0 110 45 40 513 70 54
Binary 10101110 110001 1101101 0 1001000 100101 100000 101001011 111000 101100

Color Harmonies of #AE316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE316D

Black with #AE316D

Text Example


Text Example

White with #AE316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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