Html Css Color HEX #AE366E Rouge

📋 copy color: '#AE366E'

red 174 ◦ green 54 ◦ blue 110

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

Shades of Rouge #AE366E

Tints of Rouge #AE366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

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

R = 51.48%
G = 15.98%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE366E (or 0xAE366E) is known color: Rouge. HEX triplet: AE, 36 and 6E. RGB value is (174,54,110). Sum of RGB (Red+Green+Blue) = 174+54+110=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE366E is #51C991. Grayscale: #606060. Windows color (decimal): -5360018 or 7222958. OLE color: 7222958.

HSL color Cylindrical-coordinate representation of color #AE366E: hue angle of 332º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE366E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 54 110 -
CMYK 0 0.69 0.37 0.32
HSL 332º 0.53% 0.45% -
HSV(B) 332º 0.69% 0.68% -
XYZ 21.59 12.76 16.08 -
YUV 96.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 174 54 110 0 0.69 0.37 0.32 332 0.53 0.45
Hex AE 36 6E 0 45 25 20 14C 35 2D
Octal 256 66 156 0 105 45 40 514 65 55
Binary 10101110 110110 1101110 0 1000101 100101 100000 101001100 110101 101101

Color Harmonies of #AE366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE366E

Black with #AE366E

Text Example


Text Example

White with #AE366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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