Html Css Color HEX #AE385B Rouge

📋 copy color: '#AE385B'

red 174 ◦ green 56 ◦ blue 91

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

Shades of Rouge #AE385B

Tints of Rouge #AE385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 54.21%
G = 17.45%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE385B (or 0xAE385B) is known color: Rouge. HEX triplet: AE, 38 and 5B. RGB value is (174,56,91). Sum of RGB (Red+Green+Blue) = 174+56+91=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE385B is #51C7A4. Grayscale: #5F5F5F. Windows color (decimal): -5359525 or 5978286. OLE color: 5978286.

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

Color convert

RGB 174 56 91 -
CMYK 0 0.68 0.48 0.32
HSL 342.2º 0.51% 0.45% -
HSV(B) 342.2º 0.68% 0.68% -
XYZ 20.76 12.58 11.23 -
YUV 95.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 174 56 91 0 0.68 0.48 0.32 342.2 0.51 0.45
Hex AE 38 5B 0 44 30 20 156 33 2D
Octal 256 70 133 0 104 60 40 526 63 55
Binary 10101110 111000 1011011 0 1000100 110000 100000 101010110 110011 101101

Color Harmonies of #AE385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE385B

Black with #AE385B

Text Example


Text Example

White with #AE385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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