Html Css Color HEX #AE2866 Rouge

📋 copy color: '#AE2866'

red 174 ◦ green 40 ◦ blue 102

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

Shades of Rouge #AE2866

Tints of Rouge #AE2866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 55.06%
G = 12.66%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE2866 (or 0xAE2866) is known color: Rouge. HEX triplet: AE, 28 and 66. RGB value is (174,40,102). Sum of RGB (Red+Green+Blue) = 174+40+102=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2866 is #51D799. Grayscale: #575757. Windows color (decimal): -5363610 or 6695086. OLE color: 6695086.

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

Color convert

RGB 174 40 102 -
CMYK 0 0.77 0.41 0.32
HSL 332.24º 0.63% 0.42% -
HSV(B) 332.24º 0.77% 0.68% -
XYZ 20.61 11.48 13.7 -
YUV 87.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 174 40 102 0 0.77 0.41 0.32 332.24 0.63 0.42
Hex AE 28 66 0 4D 29 20 14C 3F 2A
Octal 256 50 146 0 115 51 40 514 77 52
Binary 10101110 101000 1100110 0 1001101 101001 100000 101001100 111111 101010

Color Harmonies of #AE2866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2866

Black with #AE2866

Text Example


Text Example

White with #AE2866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2866; }

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

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

background-color css

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

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

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

border-color css

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

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

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