Html Css Color HEX #AE356E Rouge

📋 copy color: '#AE356E'

red 174 ◦ green 53 ◦ blue 110

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

Shades of Rouge #AE356E

Tints of Rouge #AE356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 51.63%
G = 15.73%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE356E (or 0xAE356E) is known color: Rouge. HEX triplet: AE, 35 and 6E. RGB value is (174,53,110). Sum of RGB (Red+Green+Blue) = 174+53+110=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE356E is #51CA91. Grayscale: #5F5F5F. Windows color (decimal): -5360274 or 7222702. OLE color: 7222702.

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

Color convert

RGB 174 53 110 -
CMYK 0 0.70 0.37 0.32
HSL 331.74º 0.53% 0.45% -
HSV(B) 331.74º 0.7% 0.68% -
XYZ 21.54 12.67 16.06 -
YUV 95.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 174 53 110 0 0.70 0.37 0.32 331.74 0.53 0.45
Hex AE 35 6E 0 46 25 20 14C 35 2D
Octal 256 65 156 0 106 45 40 514 65 55
Binary 10101110 110101 1101110 0 1000110 100101 100000 101001100 110101 101101

Color Harmonies of #AE356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE356E

Black with #AE356E

Text Example


Text Example

White with #AE356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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