Html Css Color HEX #AE386A Rouge

📋 copy color: '#AE386A'

red 174 ◦ green 56 ◦ blue 106

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

Shades of Rouge #AE386A

Tints of Rouge #AE386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 51.79%
G = 16.67%
B = 31.55%

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

#AE386A (or 0xAE386A) is known color: Rouge. HEX triplet: AE, 38 and 6A. RGB value is (174,56,106). Sum of RGB (Red+Green+Blue) = 174+56+106=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE386A is #51C795. Grayscale: #606060. Windows color (decimal): -5359510 or 6961326. OLE color: 6961326.

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

Color convert

RGB 174 56 106 -
CMYK 0 0.68 0.39 0.32
HSL 334.58º 0.51% 0.45% -
HSV(B) 334.58º 0.68% 0.68% -
XYZ 21.47 12.87 14.99 -
YUV 96.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 174 56 106 0 0.68 0.39 0.32 334.58 0.51 0.45
Hex AE 38 6A 0 44 27 20 14F 33 2D
Octal 256 70 152 0 104 47 40 517 63 55
Binary 10101110 111000 1101010 0 1000100 100111 100000 101001111 110011 101101

Color Harmonies of #AE386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE386A

Black with #AE386A

Text Example


Text Example

White with #AE386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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