Html Css Color HEX #AE386F Rouge

📋 copy color: '#AE386F'

red 174 ◦ green 56 ◦ blue 111

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

Shades of Rouge #AE386F

Tints of Rouge #AE386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 51.03%
G = 16.42%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE386F (or 0xAE386F) is known color: Rouge. HEX triplet: AE, 38 and 6F. RGB value is (174,56,111). Sum of RGB (Red+Green+Blue) = 174+56+111=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE386F is #51C790. Grayscale: #616161. Windows color (decimal): -5359505 or 7289006. OLE color: 7289006.

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

Color convert

RGB 174 56 111 -
CMYK 0 0.68 0.36 0.32
HSL 332.03º 0.51% 0.45% -
HSV(B) 332.03º 0.68% 0.68% -
XYZ 21.74 12.97 16.4 -
YUV 97.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 174 56 111 0 0.68 0.36 0.32 332.03 0.51 0.45
Hex AE 38 6F 0 44 24 20 14C 33 2D
Octal 256 70 157 0 104 44 40 514 63 55
Binary 10101110 111000 1101111 0 1000100 100100 100000 101001100 110011 101101

Color Harmonies of #AE386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE386F

Black with #AE386F

Text Example


Text Example

White with #AE386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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