Html Css Color HEX #AE295D Rouge

📋 copy color: '#AE295D'

red 174 ◦ green 41 ◦ blue 93

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

Shades of Rouge #AE295D

Tints of Rouge #AE295D

RGB

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

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

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

R = 56.49%
G = 13.31%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE295D (or 0xAE295D) is known color: Rouge. HEX triplet: AE, 29 and 5D. RGB value is (174,41,93). Sum of RGB (Red+Green+Blue) = 174+41+93=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE295D is #51D6A2. Grayscale: #565656. Windows color (decimal): -5363363 or 6105518. OLE color: 6105518.

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

Color convert

RGB 174 41 93 -
CMYK 0 0.76 0.47 0.32
HSL 336.54º 0.62% 0.42% -
HSV(B) 336.54º 0.76% 0.68% -
XYZ 20.22 11.37 11.49 -
YUV 86.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 174 41 93 0 0.76 0.47 0.32 336.54 0.62 0.42
Hex AE 29 5D 0 4C 2F 20 151 3E 2A
Octal 256 51 135 0 114 57 40 521 76 52
Binary 10101110 101001 1011101 0 1001100 101111 100000 101010001 111110 101010

Color Harmonies of #AE295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE295D

Black with #AE295D

Text Example


Text Example

White with #AE295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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