Html Css Color HEX #AE356F Rouge

📋 copy color: '#AE356F'

red 174 ◦ green 53 ◦ blue 111

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

Shades of Rouge #AE356F

Tints of Rouge #AE356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 51.48%
G = 15.68%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE356F (or 0xAE356F) is known color: Rouge. HEX triplet: AE, 35 and 6F. RGB value is (174,53,111). Sum of RGB (Red+Green+Blue) = 174+53+111=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE356F is #51CA90. Grayscale: #5F5F5F. Windows color (decimal): -5360273 or 7288238. OLE color: 7288238.

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

Color convert

RGB 174 53 111 -
CMYK 0 0.70 0.36 0.32
HSL 331.24º 0.53% 0.45% -
HSV(B) 331.24º 0.7% 0.68% -
XYZ 21.6 12.69 16.35 -
YUV 95.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 174 53 111 0 0.70 0.36 0.32 331.24 0.53 0.45
Hex AE 35 6F 0 46 24 20 14B 35 2D
Octal 256 65 157 0 106 44 40 513 65 55
Binary 10101110 110101 1101111 0 1000110 100100 100000 101001011 110101 101101

Color Harmonies of #AE356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE356F

Black with #AE356F

Text Example


Text Example

White with #AE356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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