Html Css Color HEX #AE2966 Rouge

📋 copy color: '#AE2966'

red 174 ◦ green 41 ◦ blue 102

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

Shades of Rouge #AE2966

Tints of Rouge #AE2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 54.89%
G = 12.93%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE2966 (or 0xAE2966) is known color: Rouge. HEX triplet: AE, 29 and 66. RGB value is (174,41,102). Sum of RGB (Red+Green+Blue) = 174+41+102=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2966 is #51D699. Grayscale: #575757. Windows color (decimal): -5363354 or 6695342. OLE color: 6695342.

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

Color convert

RGB 174 41 102 -
CMYK 0 0.76 0.41 0.32
HSL 332.48º 0.62% 0.42% -
HSV(B) 332.48º 0.76% 0.68% -
XYZ 20.65 11.54 13.71 -
YUV 87.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 174 41 102 0 0.76 0.41 0.32 332.48 0.62 0.42
Hex AE 29 66 0 4C 29 20 14C 3E 2A
Octal 256 51 146 0 114 51 40 514 76 52
Binary 10101110 101001 1100110 0 1001100 101001 100000 101001100 111110 101010

Color Harmonies of #AE2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2966

Black with #AE2966

Text Example


Text Example

White with #AE2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2966; }

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

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

background-color css

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

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

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

border-color css

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

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

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