Html Css Color HEX #AE2869 Rouge

📋 copy color: '#AE2869'

red 174 ◦ green 40 ◦ blue 105

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

Shades of Rouge #AE2869

Tints of Rouge #AE2869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 54.55%
G = 12.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE2869 (or 0xAE2869) is known color: Rouge. HEX triplet: AE, 28 and 69. RGB value is (174,40,105). Sum of RGB (Red+Green+Blue) = 174+40+105=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2869 is #51D796. Grayscale: #575757. Windows color (decimal): -5363607 or 6891694. OLE color: 6891694.

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

Color convert

RGB 174 40 105 -
CMYK 0 0.77 0.40 0.32
HSL 330.9º 0.63% 0.42% -
HSV(B) 330.9º 0.77% 0.68% -
XYZ 20.76 11.54 14.5 -
YUV 87.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 174 40 105 0 0.77 0.40 0.32 330.9 0.63 0.42
Hex AE 28 69 0 4D 28 20 14B 3F 2A
Octal 256 50 151 0 115 50 40 513 77 52
Binary 10101110 101000 1101001 0 1001101 101000 100000 101001011 111111 101010

Color Harmonies of #AE2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2869

Black with #AE2869

Text Example


Text Example

White with #AE2869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2869; }

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

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

background-color css

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

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

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

border-color css

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

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

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