Html Css Color HEX #AE336E Rouge

📋 copy color: '#AE336E'

red 174 ◦ green 51 ◦ blue 110

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

Shades of Rouge #AE336E

Tints of Rouge #AE336E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 51.94%
G = 15.22%
B = 32.84%

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

#AE336E (or 0xAE336E) is known color: Rouge. HEX triplet: AE, 33 and 6E. RGB value is (174,51,110). Sum of RGB (Red+Green+Blue) = 174+51+110=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE336E is #51CC91. Grayscale: #5E5E5E. Windows color (decimal): -5360786 or 7222190. OLE color: 7222190.

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

Color convert

RGB 174 51 110 -
CMYK 0 0.71 0.37 0.32
HSL 331.22º 0.55% 0.44% -
HSV(B) 331.22º 0.71% 0.68% -
XYZ 21.45 12.49 16.03 -
YUV 94.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 174 51 110 0 0.71 0.37 0.32 331.22 0.55 0.44
Hex AE 33 6E 0 47 25 20 14B 37 2C
Octal 256 63 156 0 107 45 40 513 67 54
Binary 10101110 110011 1101110 0 1000111 100101 100000 101001011 110111 101100

Color Harmonies of #AE336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE336E

Black with #AE336E

Text Example


Text Example

White with #AE336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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