Html Css Color HEX #AE326B Rouge

📋 copy color: '#AE326B'

red 174 ◦ green 50 ◦ blue 107

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

Shades of Rouge #AE326B

Tints of Rouge #AE326B

RGB

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

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

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

R = 52.57%
G = 15.11%
B = 32.33%

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

#AE326B (or 0xAE326B) is known color: Rouge. HEX triplet: AE, 32 and 6B. RGB value is (174,50,107). Sum of RGB (Red+Green+Blue) = 174+50+107=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE326B is #51CD94. Grayscale: #5D5D5D. Windows color (decimal): -5361045 or 7025326. OLE color: 7025326.

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

Color convert

RGB 174 50 107 -
CMYK 0 0.71 0.39 0.32
HSL 332.42º 0.55% 0.44% -
HSV(B) 332.42º 0.71% 0.68% -
XYZ 21.25 12.34 15.17 -
YUV 93.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 174 50 107 0 0.71 0.39 0.32 332.42 0.55 0.44
Hex AE 32 6B 0 47 27 20 14C 37 2C
Octal 256 62 153 0 107 47 40 514 67 54
Binary 10101110 110010 1101011 0 1000111 100111 100000 101001100 110111 101100

Color Harmonies of #AE326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE326B

Black with #AE326B

Text Example


Text Example

White with #AE326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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