Html Css Color HEX #AE325D Rouge

📋 copy color: '#AE325D'

red 174 ◦ green 50 ◦ blue 93

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

Shades of Rouge #AE325D

Tints of Rouge #AE325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 54.89%
G = 15.77%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE325D (or 0xAE325D) is known color: Rouge. HEX triplet: AE, 32 and 5D. RGB value is (174,50,93). Sum of RGB (Red+Green+Blue) = 174+50+93=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE325D is #51CDA2. Grayscale: #5B5B5B. Windows color (decimal): -5361059 or 6107822. OLE color: 6107822.

HSL color Cylindrical-coordinate representation of color #AE325D: hue angle of 339.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE325D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 50 93 -
CMYK 0 0.71 0.47 0.32
HSL 339.19º 0.55% 0.44% -
HSV(B) 339.19º 0.71% 0.68% -
XYZ 20.57 12.07 11.6 -
YUV 91.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 174 50 93 0 0.71 0.47 0.32 339.19 0.55 0.44
Hex AE 32 5D 0 47 2F 20 153 37 2C
Octal 256 62 135 0 107 57 40 523 67 54
Binary 10101110 110010 1011101 0 1000111 101111 100000 101010011 110111 101100

Color Harmonies of #AE325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE325D

Black with #AE325D

Text Example


Text Example

White with #AE325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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