Html Css Color HEX #AE386E Rouge

📋 copy color: '#AE386E'

red 174 ◦ green 56 ◦ blue 110

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

Shades of Rouge #AE386E

Tints of Rouge #AE386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

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

R = 51.18%
G = 16.47%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE386E (or 0xAE386E) is known color: Rouge. HEX triplet: AE, 38 and 6E. RGB value is (174,56,110). Sum of RGB (Red+Green+Blue) = 174+56+110=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE386E is #51C791. Grayscale: #616161. Windows color (decimal): -5359506 or 7223470. OLE color: 7223470.

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

Color convert

RGB 174 56 110 -
CMYK 0 0.68 0.37 0.32
HSL 332.54º 0.51% 0.45% -
HSV(B) 332.54º 0.68% 0.68% -
XYZ 21.68 12.95 16.11 -
YUV 97.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 174 56 110 0 0.68 0.37 0.32 332.54 0.51 0.45
Hex AE 38 6E 0 44 25 20 14D 33 2D
Octal 256 70 156 0 104 45 40 515 63 55
Binary 10101110 111000 1101110 0 1000100 100101 100000 101001101 110011 101101

Color Harmonies of #AE386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE386E

Black with #AE386E

Text Example


Text Example

White with #AE386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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