Html Css Color HEX #AE286C Rouge

📋 copy color: '#AE286C'

red 174 ◦ green 40 ◦ blue 108

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

Shades of Rouge #AE286C

Tints of Rouge #AE286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 54.04%
G = 12.42%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE286C (or 0xAE286C) is known color: Rouge. HEX triplet: AE, 28 and 6C. RGB value is (174,40,108). Sum of RGB (Red+Green+Blue) = 174+40+108=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE286C is #51D793. Grayscale: #575757. Windows color (decimal): -5363604 or 7088302. OLE color: 7088302.

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

Color convert

RGB 174 40 108 -
CMYK 0 0.77 0.38 0.32
HSL 329.55º 0.63% 0.42% -
HSV(B) 329.55º 0.77% 0.68% -
XYZ 20.92 11.6 15.32 -
YUV 87.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 174 40 108 0 0.77 0.38 0.32 329.55 0.63 0.42
Hex AE 28 6C 0 4D 26 20 14A 3F 2A
Octal 256 50 154 0 115 46 40 512 77 52
Binary 10101110 101000 1101100 0 1001101 100110 100000 101001010 111111 101010

Color Harmonies of #AE286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE286C

Black with #AE286C

Text Example


Text Example

White with #AE286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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