Html Css Color HEX #AE355E Rouge

📋 copy color: '#AE355E'

red 174 ◦ green 53 ◦ blue 94

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

Shades of Rouge #AE355E

Tints of Rouge #AE355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 54.21%
G = 16.51%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE355E (or 0xAE355E) is known color: Rouge. HEX triplet: AE, 35 and 5E. RGB value is (174,53,94). Sum of RGB (Red+Green+Blue) = 174+53+94=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE355E is #51CAA1. Grayscale: #5D5D5D. Windows color (decimal): -5360290 or 6174126. OLE color: 6174126.

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

Color convert

RGB 174 53 94 -
CMYK 0 0.70 0.46 0.32
HSL 339.67º 0.53% 0.45% -
HSV(B) 339.67º 0.7% 0.68% -
XYZ 20.75 12.35 11.88 -
YUV 93.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 174 53 94 0 0.70 0.46 0.32 339.67 0.53 0.45
Hex AE 35 5E 0 46 2E 20 154 35 2D
Octal 256 65 136 0 106 56 40 524 65 55
Binary 10101110 110101 1011110 0 1000110 101110 100000 101010100 110101 101101

Color Harmonies of #AE355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE355E

Black with #AE355E

Text Example


Text Example

White with #AE355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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