Html Css Color HEX #AE336B Rouge

📋 copy color: '#AE336B'

red 174 ◦ green 51 ◦ blue 107

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

Shades of Rouge #AE336B

Tints of Rouge #AE336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 52.41%
G = 15.36%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE336B (or 0xAE336B) is known color: Rouge. HEX triplet: AE, 33 and 6B. RGB value is (174,51,107). Sum of RGB (Red+Green+Blue) = 174+51+107=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE336B is #51CC94. Grayscale: #5E5E5E. Windows color (decimal): -5360789 or 7025582. OLE color: 7025582.

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

Color convert

RGB 174 51 107 -
CMYK 0 0.71 0.39 0.32
HSL 332.68º 0.55% 0.44% -
HSV(B) 332.68º 0.71% 0.68% -
XYZ 21.29 12.43 15.19 -
YUV 94.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 174 51 107 0 0.71 0.39 0.32 332.68 0.55 0.44
Hex AE 33 6B 0 47 27 20 14D 37 2C
Octal 256 63 153 0 107 47 40 515 67 54
Binary 10101110 110011 1101011 0 1000111 100111 100000 101001101 110111 101100

Color Harmonies of #AE336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE336B

Black with #AE336B

Text Example


Text Example

White with #AE336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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