Html Css Color HEX #AE3565 Rouge

📋 copy color: '#AE3565'

red 174 ◦ green 53 ◦ blue 101

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

Shades of Rouge #AE3565

Tints of Rouge #AE3565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 53.05%
G = 16.16%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE3565 (or 0xAE3565) is known color: Rouge. HEX triplet: AE, 35 and 65. RGB value is (174,53,101). Sum of RGB (Red+Green+Blue) = 174+53+101=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3565 is #51CA9A. Grayscale: #5E5E5E. Windows color (decimal): -5360283 or 6632878. OLE color: 6632878.

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

Color convert

RGB 174 53 101 -
CMYK 0 0.70 0.42 0.32
HSL 336.2º 0.53% 0.45% -
HSV(B) 336.2º 0.7% 0.68% -
XYZ 21.08 12.48 13.61 -
YUV 94.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 174 53 101 0 0.70 0.42 0.32 336.2 0.53 0.45
Hex AE 35 65 0 46 2A 20 150 35 2D
Octal 256 65 145 0 106 52 40 520 65 55
Binary 10101110 110101 1100101 0 1000110 101010 100000 101010000 110101 101101

Color Harmonies of #AE3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3565

Black with #AE3565

Text Example


Text Example

White with #AE3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3565; }

 p { color: rgb(174,53,101); }

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

background-color css

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

 a { background-color: rgb(174,53,101); }

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

border-color css

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

 span { border-color: rgb(174,53,101); }

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