Html Css Color HEX #AE4065 Rouge

📋 copy color: '#AE4065'

red 174 ◦ green 64 ◦ blue 101

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

Shades of Rouge #AE4065

Tints of Rouge #AE4065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 51.33%
G = 18.88%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE4065 (or 0xAE4065) is known color: Rouge. HEX triplet: AE, 40 and 65. RGB value is (174,64,101). Sum of RGB (Red+Green+Blue) = 174+64+101=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4065 is #51BF9A. Grayscale: #656565. Windows color (decimal): -5357467 or 6635694. OLE color: 6635694.

HSL color Cylindrical-coordinate representation of color #AE4065: hue angle of 339.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4065 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 101 -
CMYK 0 0.63 0.42 0.32
HSL 339.82º 0.46% 0.47% -
HSV(B) 339.82º 0.63% 0.68% -
XYZ 21.64 13.61 13.8 -
YUV 101.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 174 64 101 0 0.63 0.42 0.32 339.82 0.46 0.47
Hex AE 40 65 0 3F 2A 20 154 2E 2F
Octal 256 100 145 0 77 52 40 524 56 57
Binary 10101110 1000000 1100101 0 111111 101010 100000 101010100 101110 101111

Color Harmonies of #AE4065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4065

Black with #AE4065

Text Example


Text Example

White with #AE4065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4065; }

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

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

background-color css

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

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

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

border-color css

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

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

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