Html Css Color HEX #AE285E Rouge

📋 copy color: '#AE285E'

red 174 ◦ green 40 ◦ blue 94

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

Shades of Rouge #AE285E

Tints of Rouge #AE285E

RGB

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

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

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

R = 56.49%
G = 12.99%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE285E (or 0xAE285E) is known color: Rouge. HEX triplet: AE, 28 and 5E. RGB value is (174,40,94). Sum of RGB (Red+Green+Blue) = 174+40+94=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE285E is #51D7A1. Grayscale: #565656. Windows color (decimal): -5363618 or 6170798. OLE color: 6170798.

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

Color convert

RGB 174 40 94 -
CMYK 0 0.77 0.46 0.32
HSL 335.82º 0.63% 0.42% -
HSV(B) 335.82º 0.77% 0.68% -
XYZ 20.23 11.32 11.71 -
YUV 86.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 174 40 94 0 0.77 0.46 0.32 335.82 0.63 0.42
Hex AE 28 5E 0 4D 2E 20 150 3F 2A
Octal 256 50 136 0 115 56 40 520 77 52
Binary 10101110 101000 1011110 0 1001101 101110 100000 101010000 111111 101010

Color Harmonies of #AE285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE285E

Black with #AE285E

Text Example


Text Example

White with #AE285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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