Html Css Color HEX #AE356B Rouge

📋 copy color: '#AE356B'

red 174 ◦ green 53 ◦ blue 107

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

Shades of Rouge #AE356B

Tints of Rouge #AE356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 52.1%
G = 15.87%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE356B (or 0xAE356B) is known color: Rouge. HEX triplet: AE, 35 and 6B. RGB value is (174,53,107). Sum of RGB (Red+Green+Blue) = 174+53+107=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE356B is #51CA94. Grayscale: #5F5F5F. Windows color (decimal): -5360277 or 7026094. OLE color: 7026094.

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

Color convert

RGB 174 53 107 -
CMYK 0 0.70 0.39 0.32
HSL 333.22º 0.53% 0.45% -
HSV(B) 333.22º 0.7% 0.68% -
XYZ 21.38 12.61 15.22 -
YUV 95.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 174 53 107 0 0.70 0.39 0.32 333.22 0.53 0.45
Hex AE 35 6B 0 46 27 20 14D 35 2D
Octal 256 65 153 0 106 47 40 515 65 55
Binary 10101110 110101 1101011 0 1000110 100111 100000 101001101 110101 101101

Color Harmonies of #AE356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE356B

Black with #AE356B

Text Example


Text Example

White with #AE356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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