Html Css Color HEX #AE326A Rouge

📋 copy color: '#AE326A'

red 174 ◦ green 50 ◦ blue 106

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

Shades of Rouge #AE326A

Tints of Rouge #AE326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 52.73%
G = 15.15%
B = 32.12%

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

#AE326A (or 0xAE326A) is known color: Rouge. HEX triplet: AE, 32 and 6A. RGB value is (174,50,106). Sum of RGB (Red+Green+Blue) = 174+50+106=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE326A is #51CD95. Grayscale: #5D5D5D. Windows color (decimal): -5361046 or 6959790. OLE color: 6959790.

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

Color convert

RGB 174 50 106 -
CMYK 0 0.71 0.39 0.32
HSL 332.9º 0.55% 0.44% -
HSV(B) 332.9º 0.71% 0.68% -
XYZ 21.2 12.32 14.9 -
YUV 93.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 174 50 106 0 0.71 0.39 0.32 332.9 0.55 0.44
Hex AE 32 6A 0 47 27 20 14D 37 2C
Octal 256 62 152 0 107 47 40 515 67 54
Binary 10101110 110010 1101010 0 1000111 100111 100000 101001101 110111 101100

Color Harmonies of #AE326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE326A

Black with #AE326A

Text Example


Text Example

White with #AE326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE326A; }

 p { color: rgb(174,50,106); }

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

background-color css

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

 a { background-color: rgb(174,50,106); }

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

border-color css

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

 span { border-color: rgb(174,50,106); }

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