Html Css Color HEX #AE2B5D Rouge

📋 copy color: '#AE2B5D'

red 174 ◦ green 43 ◦ blue 93

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

Shades of Rouge #AE2B5D

Tints of Rouge #AE2B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 56.13%
G = 13.87%
B = 30%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE2B5D (or 0xAE2B5D) is known color: Rouge. HEX triplet: AE, 2B and 5D. RGB value is (174,43,93). Sum of RGB (Red+Green+Blue) = 174+43+93=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B5D is #51D4A2. Grayscale: #575757. Windows color (decimal): -5362851 or 6106030. OLE color: 6106030.

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

Color convert

RGB 174 43 93 -
CMYK 0 0.75 0.47 0.32
HSL 337.1º 0.6% 0.43% -
HSV(B) 337.1º 0.75% 0.68% -
XYZ 20.3 11.52 11.51 -
YUV 87.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 174 43 93 0 0.75 0.47 0.32 337.1 0.6 0.43
Hex AE 2B 5D 0 4B 2F 20 151 3C 2B
Octal 256 53 135 0 113 57 40 521 74 53
Binary 10101110 101011 1011101 0 1001011 101111 100000 101010001 111100 101011

Color Harmonies of #AE2B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B5D

Black with #AE2B5D

Text Example


Text Example

White with #AE2B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B5D; }

 p { color: rgb(174,43,93); }

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

background-color css

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

 a { background-color: rgb(174,43,93); }

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

border-color css

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

 span { border-color: rgb(174,43,93); }

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