Html Css Color HEX #AE2562 Rouge

📋 copy color: '#AE2562'

red 174 ◦ green 37 ◦ blue 98

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

Shades of Rouge #AE2562

Tints of Rouge #AE2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 56.31%
G = 11.97%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE2562 (or 0xAE2562) is known color: Rouge. HEX triplet: AE, 25 and 62. RGB value is (174,37,98). Sum of RGB (Red+Green+Blue) = 174+37+98=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2562 is #51DA9D. Grayscale: #545454. Windows color (decimal): -5364382 or 6432174. OLE color: 6432174.

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

Color convert

RGB 174 37 98 -
CMYK 0 0.79 0.44 0.32
HSL 333.28º 0.65% 0.41% -
HSV(B) 333.28º 0.79% 0.68% -
XYZ 20.32 11.2 12.65 -
YUV 84.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 174 37 98 0 0.79 0.44 0.32 333.28 0.65 0.41
Hex AE 25 62 0 4F 2C 20 14D 41 29
Octal 256 45 142 0 117 54 40 515 101 51
Binary 10101110 100101 1100010 0 1001111 101100 100000 101001101 1000001 101001

Color Harmonies of #AE2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2562

Black with #AE2562

Text Example


Text Example

White with #AE2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2562; }

 p { color: rgb(174,37,98); }

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

background-color css

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

 a { background-color: rgb(174,37,98); }

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

border-color css

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

 span { border-color: rgb(174,37,98); }

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