Html Css Color HEX #AE356A Rouge

📋 copy color: '#AE356A'

red 174 ◦ green 53 ◦ blue 106

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

Shades of Rouge #AE356A

Tints of Rouge #AE356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 52.25%
G = 15.92%
B = 31.83%

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

#AE356A (or 0xAE356A) is known color: Rouge. HEX triplet: AE, 35 and 6A. RGB value is (174,53,106). Sum of RGB (Red+Green+Blue) = 174+53+106=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE356A is #51CA95. Grayscale: #5F5F5F. Windows color (decimal): -5360278 or 6960558. OLE color: 6960558.

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

Color convert

RGB 174 53 106 -
CMYK 0 0.70 0.39 0.32
HSL 333.72º 0.53% 0.45% -
HSV(B) 333.72º 0.7% 0.68% -
XYZ 21.33 12.59 14.94 -
YUV 95.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 174 53 106 0 0.70 0.39 0.32 333.72 0.53 0.45
Hex AE 35 6A 0 46 27 20 14E 35 2D
Octal 256 65 152 0 106 47 40 516 65 55
Binary 10101110 110101 1101010 0 1000110 100111 100000 101001110 110101 101101

Color Harmonies of #AE356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE356A

Black with #AE356A

Text Example


Text Example

White with #AE356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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