Html Css Color HEX #AE285F Rouge

📋 copy color: '#AE285F'

red 174 ◦ green 40 ◦ blue 95

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

Shades of Rouge #AE285F

Tints of Rouge #AE285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 56.31%
G = 12.94%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE285F (or 0xAE285F) is known color: Rouge. HEX triplet: AE, 28 and 5F. RGB value is (174,40,95). Sum of RGB (Red+Green+Blue) = 174+40+95=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE285F is #51D7A0. Grayscale: #565656. Windows color (decimal): -5363617 or 6236334. OLE color: 6236334.

HSL color Cylindrical-coordinate representation of color #AE285F: hue angle of 335.37º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE285F is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 95 -
CMYK 0 0.77 0.45 0.32
HSL 335.37º 0.63% 0.42% -
HSV(B) 335.37º 0.77% 0.68% -
XYZ 20.28 11.34 11.95 -
YUV 86.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 174 40 95 0 0.77 0.45 0.32 335.37 0.63 0.42
Hex AE 28 5F 0 4D 2D 20 14F 3F 2A
Octal 256 50 137 0 115 55 40 517 77 52
Binary 10101110 101000 1011111 0 1001101 101101 100000 101001111 111111 101010

Color Harmonies of #AE285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE285F

Black with #AE285F

Text Example


Text Example

White with #AE285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE285F; }

 p { color: rgb(174,40,95); }

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

background-color css

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

 a { background-color: rgb(174,40,95); }

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

border-color css

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

 span { border-color: rgb(174,40,95); }

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