Html Css Color HEX #AE2F5E Rouge

📋 copy color: '#AE2F5E'

red 174 ◦ green 47 ◦ blue 94

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

Shades of Rouge #AE2F5E

Tints of Rouge #AE2F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 55.24%
G = 14.92%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE2F5E (or 0xAE2F5E) is known color: Rouge. HEX triplet: AE, 2F and 5E. RGB value is (174,47,94). Sum of RGB (Red+Green+Blue) = 174+47+94=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2F5E is #51D0A1. Grayscale: #5A5A5A. Windows color (decimal): -5361826 or 6172590. OLE color: 6172590.

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

Color convert

RGB 174 47 94 -
CMYK 0 0.73 0.46 0.32
HSL 337.8º 0.57% 0.43% -
HSV(B) 337.8º 0.73% 0.68% -
XYZ 20.49 11.84 11.79 -
YUV 90.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 174 47 94 0 0.73 0.46 0.32 337.8 0.57 0.43
Hex AE 2F 5E 0 49 2E 20 152 39 2B
Octal 256 57 136 0 111 56 40 522 71 53
Binary 10101110 101111 1011110 0 1001001 101110 100000 101010010 111001 101011

Color Harmonies of #AE2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2F5E

Black with #AE2F5E

Text Example


Text Example

White with #AE2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2F5E; }

 p { color: rgb(174,47,94); }

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

background-color css

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

 a { background-color: rgb(174,47,94); }

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

border-color css

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

 span { border-color: rgb(174,47,94); }

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