Html Css Color HEX #AE295E Rouge

📋 copy color: '#AE295E'

red 174 ◦ green 41 ◦ blue 94

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

Shades of Rouge #AE295E

Tints of Rouge #AE295E

RGB

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

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

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

R = 56.31%
G = 13.27%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE295E (or 0xAE295E) is known color: Rouge. HEX triplet: AE, 29 and 5E. RGB value is (174,41,94). Sum of RGB (Red+Green+Blue) = 174+41+94=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE295E is #51D6A1. Grayscale: #565656. Windows color (decimal): -5363362 or 6171054. OLE color: 6171054.

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

Color convert

RGB 174 41 94 -
CMYK 0 0.76 0.46 0.32
HSL 336.09º 0.62% 0.42% -
HSV(B) 336.09º 0.76% 0.68% -
XYZ 20.27 11.39 11.72 -
YUV 86.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 174 41 94 0 0.76 0.46 0.32 336.09 0.62 0.42
Hex AE 29 5E 0 4C 2E 20 150 3E 2A
Octal 256 51 136 0 114 56 40 520 76 52
Binary 10101110 101001 1011110 0 1001100 101110 100000 101010000 111110 101010

Color Harmonies of #AE295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE295E

Black with #AE295E

Text Example


Text Example

White with #AE295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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