Html Css Color HEX #AE3566 Rouge

📋 copy color: '#AE3566'

red 174 ◦ green 53 ◦ blue 102

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

Shades of Rouge #AE3566

Tints of Rouge #AE3566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31%

R = 52.89%
G = 16.11%
B = 31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE3566 (or 0xAE3566) is known color: Rouge. HEX triplet: AE, 35 and 66. RGB value is (174,53,102). Sum of RGB (Red+Green+Blue) = 174+53+102=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3566 is #51CA99. Grayscale: #5E5E5E. Windows color (decimal): -5360282 or 6698414. OLE color: 6698414.

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

Color convert

RGB 174 53 102 -
CMYK 0 0.70 0.41 0.32
HSL 335.7º 0.53% 0.45% -
HSV(B) 335.7º 0.7% 0.68% -
XYZ 21.13 12.5 13.87 -
YUV 94.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 174 53 102 0 0.70 0.41 0.32 335.7 0.53 0.45
Hex AE 35 66 0 46 29 20 150 35 2D
Octal 256 65 146 0 106 51 40 520 65 55
Binary 10101110 110101 1100110 0 1000110 101001 100000 101010000 110101 101101

Color Harmonies of #AE3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3566

Black with #AE3566

Text Example


Text Example

White with #AE3566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3566; }

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

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

background-color css

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

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

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

border-color css

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

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

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