Html Css Color HEX #AE3765 Rouge

📋 copy color: '#AE3765'

red 174 ◦ green 55 ◦ blue 101

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

Shades of Rouge #AE3765

Tints of Rouge #AE3765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 52.73%
G = 16.67%
B = 30.61%

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

#AE3765 (or 0xAE3765) is known color: Rouge. HEX triplet: AE, 37 and 65. RGB value is (174,55,101). Sum of RGB (Red+Green+Blue) = 174+55+101=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3765 is #51C89A. Grayscale: #5F5F5F. Windows color (decimal): -5359771 or 6633390. OLE color: 6633390.

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

Color convert

RGB 174 55 101 -
CMYK 0 0.68 0.42 0.32
HSL 336.81º 0.52% 0.45% -
HSV(B) 336.81º 0.68% 0.68% -
XYZ 21.17 12.67 13.64 -
YUV 95.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 174 55 101 0 0.68 0.42 0.32 336.81 0.52 0.45
Hex AE 37 65 0 44 2A 20 151 34 2D
Octal 256 67 145 0 104 52 40 521 64 55
Binary 10101110 110111 1100101 0 1000100 101010 100000 101010001 110100 101101

Color Harmonies of #AE3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3765

Black with #AE3765

Text Example


Text Example

White with #AE3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3765; }

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

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

background-color css

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

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

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

border-color css

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

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

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