Html Css Color HEX #AE386D Rouge

📋 copy color: '#AE386D'

red 174 ◦ green 56 ◦ blue 109

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

Shades of Rouge #AE386D

Tints of Rouge #AE386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 51.33%
G = 16.52%
B = 32.15%

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

#AE386D (or 0xAE386D) is known color: Rouge. HEX triplet: AE, 38 and 6D. RGB value is (174,56,109). Sum of RGB (Red+Green+Blue) = 174+56+109=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE386D is #51C792. Grayscale: #616161. Windows color (decimal): -5359507 or 7157934. OLE color: 7157934.

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

Color convert

RGB 174 56 109 -
CMYK 0 0.68 0.37 0.32
HSL 333.05º 0.51% 0.45% -
HSV(B) 333.05º 0.68% 0.68% -
XYZ 21.63 12.93 15.82 -
YUV 97.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 174 56 109 0 0.68 0.37 0.32 333.05 0.51 0.45
Hex AE 38 6D 0 44 25 20 14D 33 2D
Octal 256 70 155 0 104 45 40 515 63 55
Binary 10101110 111000 1101101 0 1000100 100101 100000 101001101 110011 101101

Color Harmonies of #AE386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE386D

Black with #AE386D

Text Example


Text Example

White with #AE386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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