Html Css Color HEX #AE336C Rouge

📋 copy color: '#AE336C'

red 174 ◦ green 51 ◦ blue 108

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

Shades of Rouge #AE336C

Tints of Rouge #AE336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 52.25%
G = 15.32%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE336C (or 0xAE336C) is known color: Rouge. HEX triplet: AE, 33 and 6C. RGB value is (174,51,108). Sum of RGB (Red+Green+Blue) = 174+51+108=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE336C is #51CC93. Grayscale: #5E5E5E. Windows color (decimal): -5360788 or 7091118. OLE color: 7091118.

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

Color convert

RGB 174 51 108 -
CMYK 0 0.71 0.38 0.32
HSL 332.2º 0.55% 0.44% -
HSV(B) 332.2º 0.71% 0.68% -
XYZ 21.35 12.45 15.47 -
YUV 94.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 174 51 108 0 0.71 0.38 0.32 332.2 0.55 0.44
Hex AE 33 6C 0 47 26 20 14C 37 2C
Octal 256 63 154 0 107 46 40 514 67 54
Binary 10101110 110011 1101100 0 1000111 100110 100000 101001100 110111 101100

Color Harmonies of #AE336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE336C

Black with #AE336C

Text Example


Text Example

White with #AE336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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