Html Css Color HEX #AE285D Rouge

📋 copy color: '#AE285D'

red 174 ◦ green 40 ◦ blue 93

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

Shades of Rouge #AE285D

Tints of Rouge #AE285D

RGB

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

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

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

R = 56.68%
G = 13.03%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE285D (or 0xAE285D) is known color: Rouge. HEX triplet: AE, 28 and 5D. RGB value is (174,40,93). Sum of RGB (Red+Green+Blue) = 174+40+93=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE285D is #51D7A2. Grayscale: #565656. Windows color (decimal): -5363619 or 6105262. OLE color: 6105262.

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

Color convert

RGB 174 40 93 -
CMYK 0 0.77 0.47 0.32
HSL 336.27º 0.63% 0.42% -
HSV(B) 336.27º 0.77% 0.68% -
XYZ 20.19 11.31 11.47 -
YUV 86.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 174 40 93 0 0.77 0.47 0.32 336.27 0.63 0.42
Hex AE 28 5D 0 4D 2F 20 150 3F 2A
Octal 256 50 135 0 115 57 40 520 77 52
Binary 10101110 101000 1011101 0 1001101 101111 100000 101010000 111111 101010

Color Harmonies of #AE285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE285D

Black with #AE285D

Text Example


Text Example

White with #AE285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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