Html Css Color HEX #AE386B Rouge

📋 copy color: '#AE386B'

red 174 ◦ green 56 ◦ blue 107

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

Shades of Rouge #AE386B

Tints of Rouge #AE386B

RGB

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

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

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

R = 51.63%
G = 16.62%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE386B (or 0xAE386B) is known color: Rouge. HEX triplet: AE, 38 and 6B. RGB value is (174,56,107). Sum of RGB (Red+Green+Blue) = 174+56+107=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE386B is #51C794. Grayscale: #616161. Windows color (decimal): -5359509 or 7026862. OLE color: 7026862.

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

Color convert

RGB 174 56 107 -
CMYK 0 0.68 0.39 0.32
HSL 334.07º 0.51% 0.45% -
HSV(B) 334.07º 0.68% 0.68% -
XYZ 21.52 12.89 15.26 -
YUV 97.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 174 56 107 0 0.68 0.39 0.32 334.07 0.51 0.45
Hex AE 38 6B 0 44 27 20 14E 33 2D
Octal 256 70 153 0 104 47 40 516 63 55
Binary 10101110 111000 1101011 0 1000100 100111 100000 101001110 110011 101101

Color Harmonies of #AE386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE386B

Black with #AE386B

Text Example


Text Example

White with #AE386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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