Html Css Color HEX #AE2A65 Rouge

📋 copy color: '#AE2A65'

red 174 ◦ green 42 ◦ blue 101

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

Shades of Rouge #AE2A65

Tints of Rouge #AE2A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 54.89%
G = 13.25%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE2A65 (or 0xAE2A65) is known color: Rouge. HEX triplet: AE, 2A and 65. RGB value is (174,42,101). Sum of RGB (Red+Green+Blue) = 174+42+101=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A65 is #51D59A. Grayscale: #585858. Windows color (decimal): -5363099 or 6630062. OLE color: 6630062.

HSL color Cylindrical-coordinate representation of color #AE2A65: hue angle of 333.18º degrees, saturation: 0.61, 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 #AE2A65 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 42 101 -
CMYK 0 0.76 0.42 0.32
HSL 333.18º 0.61% 0.42% -
HSV(B) 333.18º 0.76% 0.68% -
XYZ 20.63 11.59 13.46 -
YUV 88.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 174 42 101 0 0.76 0.42 0.32 333.18 0.61 0.42
Hex AE 2A 65 0 4C 2A 20 14D 3D 2A
Octal 256 52 145 0 114 52 40 515 75 52
Binary 10101110 101010 1100101 0 1001100 101010 100000 101001101 111101 101010

Color Harmonies of #AE2A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A65

Black with #AE2A65

Text Example


Text Example

White with #AE2A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A65; }

 p { color: rgb(174,42,101); }

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

background-color css

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

 a { background-color: rgb(174,42,101); }

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

border-color css

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

 span { border-color: rgb(174,42,101); }

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