Html Css Color HEX #AE336D Rouge

📋 copy color: '#AE336D'

red 174 ◦ green 51 ◦ blue 109

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

Shades of Rouge #AE336D

Tints of Rouge #AE336D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 52.1%
G = 15.27%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE336D (or 0xAE336D) is known color: Rouge. HEX triplet: AE, 33 and 6D. RGB value is (174,51,109). Sum of RGB (Red+Green+Blue) = 174+51+109=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE336D is #51CC92. Grayscale: #5E5E5E. Windows color (decimal): -5360787 or 7156654. OLE color: 7156654.

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

Color convert

RGB 174 51 109 -
CMYK 0 0.71 0.37 0.32
HSL 331.71º 0.55% 0.44% -
HSV(B) 331.71º 0.71% 0.68% -
XYZ 21.4 12.47 15.75 -
YUV 94.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 174 51 109 0 0.71 0.37 0.32 331.71 0.55 0.44
Hex AE 33 6D 0 47 25 20 14C 37 2C
Octal 256 63 155 0 107 45 40 514 67 54
Binary 10101110 110011 1101101 0 1000111 100101 100000 101001100 110111 101100

Color Harmonies of #AE336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE336D

Black with #AE336D

Text Example


Text Example

White with #AE336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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