Html Css Color HEX #AE2C63 Rouge

📋 copy color: '#AE2C63'

red 174 ◦ green 44 ◦ blue 99

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

Shades of Rouge #AE2C63

Tints of Rouge #AE2C63

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

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

R = 54.89%
G = 13.88%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE2C63 (or 0xAE2C63) is known color: Rouge. HEX triplet: AE, 2C and 63. RGB value is (174,44,99). Sum of RGB (Red+Green+Blue) = 174+44+99=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C63 is #51D39C. Grayscale: #595959. Windows color (decimal): -5362589 or 6499502. OLE color: 6499502.

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

Color convert

RGB 174 44 99 -
CMYK 0 0.75 0.43 0.32
HSL 334.62º 0.6% 0.43% -
HSV(B) 334.62º 0.75% 0.68% -
XYZ 20.61 11.7 12.98 -
YUV 89.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 174 44 99 0 0.75 0.43 0.32 334.62 0.6 0.43
Hex AE 2C 63 0 4B 2B 20 14F 3C 2B
Octal 256 54 143 0 113 53 40 517 74 53
Binary 10101110 101100 1100011 0 1001011 101011 100000 101001111 111100 101011

Color Harmonies of #AE2C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C63

Black with #AE2C63

Text Example


Text Example

White with #AE2C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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