Html Css Color HEX #AE2863 Rouge

📋 copy color: '#AE2863'

red 174 ◦ green 40 ◦ blue 99

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

Shades of Rouge #AE2863

Tints of Rouge #AE2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 55.59%
G = 12.78%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE2863 (or 0xAE2863) is known color: Rouge. HEX triplet: AE, 28 and 63. RGB value is (174,40,99). Sum of RGB (Red+Green+Blue) = 174+40+99=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2863 is #51D79C. Grayscale: #565656. Windows color (decimal): -5363613 or 6498478. OLE color: 6498478.

HSL color Cylindrical-coordinate representation of color #AE2863: hue angle of 333.58º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2863 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 99 -
CMYK 0 0.77 0.43 0.32
HSL 333.58º 0.63% 0.42% -
HSV(B) 333.58º 0.77% 0.68% -
XYZ 20.47 11.42 12.93 -
YUV 86.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 174 40 99 0 0.77 0.43 0.32 333.58 0.63 0.42
Hex AE 28 63 0 4D 2B 20 14E 3F 2A
Octal 256 50 143 0 115 53 40 516 77 52
Binary 10101110 101000 1100011 0 1001101 101011 100000 101001110 111111 101010

Color Harmonies of #AE2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2863

Black with #AE2863

Text Example


Text Example

White with #AE2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2863; }

 p { color: rgb(174,40,99); }

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

background-color css

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

 a { background-color: rgb(174,40,99); }

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

border-color css

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

 span { border-color: rgb(174,40,99); }

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