Html Css Color HEX #AE385D Rouge

📋 copy color: '#AE385D'

red 174 ◦ green 56 ◦ blue 93

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

Shades of Rouge #AE385D

Tints of Rouge #AE385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 53.87%
G = 17.34%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE385D (or 0xAE385D) is known color: Rouge. HEX triplet: AE, 38 and 5D. RGB value is (174,56,93). Sum of RGB (Red+Green+Blue) = 174+56+93=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE385D is #51C7A2. Grayscale: #5F5F5F. Windows color (decimal): -5359523 or 6109358. OLE color: 6109358.

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

Color convert

RGB 174 56 93 -
CMYK 0 0.68 0.47 0.32
HSL 341.19º 0.51% 0.45% -
HSV(B) 341.19º 0.68% 0.68% -
XYZ 20.85 12.62 11.69 -
YUV 95.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 174 56 93 0 0.68 0.47 0.32 341.19 0.51 0.45
Hex AE 38 5D 0 44 2F 20 155 33 2D
Octal 256 70 135 0 104 57 40 525 63 55
Binary 10101110 111000 1011101 0 1000100 101111 100000 101010101 110011 101101

Color Harmonies of #AE385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE385D

Black with #AE385D

Text Example


Text Example

White with #AE385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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