Html Css Color HEX #AE3865 Rouge

📋 copy color: '#AE3865'

red 174 ◦ green 56 ◦ blue 101

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

Shades of Rouge #AE3865

Tints of Rouge #AE3865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 52.57%
G = 16.92%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE3865 (or 0xAE3865) is known color: Rouge. HEX triplet: AE, 38 and 65. RGB value is (174,56,101). Sum of RGB (Red+Green+Blue) = 174+56+101=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3865 is #51C79A. Grayscale: #606060. Windows color (decimal): -5359515 or 6633646. OLE color: 6633646.

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

Color convert

RGB 174 56 101 -
CMYK 0 0.68 0.42 0.32
HSL 337.12º 0.51% 0.45% -
HSV(B) 337.12º 0.68% 0.68% -
XYZ 21.22 12.77 13.66 -
YUV 96.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 174 56 101 0 0.68 0.42 0.32 337.12 0.51 0.45
Hex AE 38 65 0 44 2A 20 151 33 2D
Octal 256 70 145 0 104 52 40 521 63 55
Binary 10101110 111000 1100101 0 1000100 101010 100000 101010001 110011 101101

Color Harmonies of #AE3865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3865

Black with #AE3865

Text Example


Text Example

White with #AE3865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3865; }

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

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

background-color css

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

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

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

border-color css

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

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

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