Html Css Color HEX #AE286D Rouge

📋 copy color: '#AE286D'

red 174 ◦ green 40 ◦ blue 109

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

Shades of Rouge #AE286D

Tints of Rouge #AE286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 53.87%
G = 12.38%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE286D (or 0xAE286D) is known color: Rouge. HEX triplet: AE, 28 and 6D. RGB value is (174,40,109). Sum of RGB (Red+Green+Blue) = 174+40+109=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE286D is #51D792. Grayscale: #575757. Windows color (decimal): -5363603 or 7153838. OLE color: 7153838.

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

Color convert

RGB 174 40 109 -
CMYK 0 0.77 0.37 0.32
HSL 329.1º 0.63% 0.42% -
HSV(B) 329.1º 0.77% 0.68% -
XYZ 20.97 11.62 15.61 -
YUV 87.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 174 40 109 0 0.77 0.37 0.32 329.1 0.63 0.42
Hex AE 28 6D 0 4D 25 20 149 3F 2A
Octal 256 50 155 0 115 45 40 511 77 52
Binary 10101110 101000 1101101 0 1001101 100101 100000 101001001 111111 101010

Color Harmonies of #AE286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE286D

Black with #AE286D

Text Example


Text Example

White with #AE286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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