Html Css Color HEX #AE355D Rouge

📋 copy color: '#AE355D'

red 174 ◦ green 53 ◦ blue 93

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

Shades of Rouge #AE355D

Tints of Rouge #AE355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 54.38%
G = 16.56%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE355D (or 0xAE355D) is known color: Rouge. HEX triplet: AE, 35 and 5D. RGB value is (174,53,93). Sum of RGB (Red+Green+Blue) = 174+53+93=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355D is #51CAA2. Grayscale: #5D5D5D. Windows color (decimal): -5360291 or 6108590. OLE color: 6108590.

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

Color convert

RGB 174 53 93 -
CMYK 0 0.70 0.47 0.32
HSL 340.17º 0.53% 0.45% -
HSV(B) 340.17º 0.7% 0.68% -
XYZ 20.7 12.34 11.65 -
YUV 93.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 174 53 93 0 0.70 0.47 0.32 340.17 0.53 0.45
Hex AE 35 5D 0 46 2F 20 154 35 2D
Octal 256 65 135 0 106 57 40 524 65 55
Binary 10101110 110101 1011101 0 1000110 101111 100000 101010100 110101 101101

Color Harmonies of #AE355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE355D

Black with #AE355D

Text Example


Text Example

White with #AE355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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