Html Css Color HEX #AE386C Rouge

📋 copy color: '#AE386C'

red 174 ◦ green 56 ◦ blue 108

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

Shades of Rouge #AE386C

Tints of Rouge #AE386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 51.48%
G = 16.57%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE386C (or 0xAE386C) is known color: Rouge. HEX triplet: AE, 38 and 6C. RGB value is (174,56,108). Sum of RGB (Red+Green+Blue) = 174+56+108=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE386C is #51C793. Grayscale: #616161. Windows color (decimal): -5359508 or 7092398. OLE color: 7092398.

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

Color convert

RGB 174 56 108 -
CMYK 0 0.68 0.38 0.32
HSL 333.56º 0.51% 0.45% -
HSV(B) 333.56º 0.68% 0.68% -
XYZ 21.58 12.91 15.54 -
YUV 97.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 174 56 108 0 0.68 0.38 0.32 333.56 0.51 0.45
Hex AE 38 6C 0 44 26 20 14E 33 2D
Octal 256 70 154 0 104 46 40 516 63 55
Binary 10101110 111000 1101100 0 1000100 100110 100000 101001110 110011 101101

Color Harmonies of #AE386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE386C

Black with #AE386C

Text Example


Text Example

White with #AE386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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