Html Css Color HEX #AE2864 Rouge

📋 copy color: '#AE2864'

red 174 ◦ green 40 ◦ blue 100

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

Shades of Rouge #AE2864

Tints of Rouge #AE2864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 55.41%
G = 12.74%
B = 31.85%

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

#AE2864 (or 0xAE2864) is known color: Rouge. HEX triplet: AE, 28 and 64. RGB value is (174,40,100). Sum of RGB (Red+Green+Blue) = 174+40+100=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2864 is #51D79B. Grayscale: #565656. Windows color (decimal): -5363612 or 6564014. OLE color: 6564014.

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

Color convert

RGB 174 40 100 -
CMYK 0 0.77 0.43 0.32
HSL 333.13º 0.63% 0.42% -
HSV(B) 333.13º 0.77% 0.68% -
XYZ 20.51 11.44 13.18 -
YUV 86.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 174 40 100 0 0.77 0.43 0.32 333.13 0.63 0.42
Hex AE 28 64 0 4D 2B 20 14D 3F 2A
Octal 256 50 144 0 115 53 40 515 77 52
Binary 10101110 101000 1100100 0 1001101 101011 100000 101001101 111111 101010

Color Harmonies of #AE2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2864

Black with #AE2864

Text Example


Text Example

White with #AE2864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2864; }

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

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

background-color css

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

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

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

border-color css

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

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

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