Html Css Color HEX #AE335D Rouge

📋 copy color: '#AE335D'

red 174 ◦ green 51 ◦ blue 93

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

Shades of Rouge #AE335D

Tints of Rouge #AE335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 54.72%
G = 16.04%
B = 29.25%

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

#AE335D (or 0xAE335D) is known color: Rouge. HEX triplet: AE, 33 and 5D. RGB value is (174,51,93). Sum of RGB (Red+Green+Blue) = 174+51+93=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE335D is #51CCA2. Grayscale: #5C5C5C. Windows color (decimal): -5360803 or 6108078. OLE color: 6108078.

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

Color convert

RGB 174 51 93 -
CMYK 0 0.71 0.47 0.32
HSL 339.51º 0.55% 0.44% -
HSV(B) 339.51º 0.71% 0.68% -
XYZ 20.62 12.16 11.62 -
YUV 92.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 174 51 93 0 0.71 0.47 0.32 339.51 0.55 0.44
Hex AE 33 5D 0 47 2F 20 154 37 2C
Octal 256 63 135 0 107 57 40 524 67 54
Binary 10101110 110011 1011101 0 1000111 101111 100000 101010100 110111 101100

Color Harmonies of #AE335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE335D

Black with #AE335D

Text Example


Text Example

White with #AE335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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