Html Css Color HEX #AE395B Rouge

📋 copy color: '#AE395B'

red 174 ◦ green 57 ◦ blue 91

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

Shades of Rouge #AE395B

Tints of Rouge #AE395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 54.04%
G = 17.7%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE395B (or 0xAE395B) is known color: Rouge. HEX triplet: AE, 39 and 5B. RGB value is (174,57,91). Sum of RGB (Red+Green+Blue) = 174+57+91=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE395B is #51C6A4. Grayscale: #5F5F5F. Windows color (decimal): -5359269 or 5978542. OLE color: 5978542.

HSL color Cylindrical-coordinate representation of color #AE395B: hue angle of 342.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE395B is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 57 91 -
CMYK 0 0.67 0.48 0.32
HSL 342.56º 0.51% 0.45% -
HSV(B) 342.56º 0.67% 0.68% -
XYZ 20.81 12.68 11.25 -
YUV 95.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 174 57 91 0 0.67 0.48 0.32 342.56 0.51 0.45
Hex AE 39 5B 0 43 30 20 157 33 2D
Octal 256 71 133 0 103 60 40 527 63 55
Binary 10101110 111001 1011011 0 1000011 110000 100000 101010111 110011 101101

Color Harmonies of #AE395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE395B

Black with #AE395B

Text Example


Text Example

White with #AE395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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