Html Css Color HEX #AE416D Rouge

📋 copy color: '#AE416D'

red 174 ◦ green 65 ◦ blue 109

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

Shades of Rouge #AE416D

Tints of Rouge #AE416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 50%
G = 18.68%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE416D (or 0xAE416D) is known color: Rouge. HEX triplet: AE, 41 and 6D. RGB value is (174,65,109). Sum of RGB (Red+Green+Blue) = 174+65+109=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE416D is #51BE92. Grayscale: #666666. Windows color (decimal): -5357203 or 7160238. OLE color: 7160238.

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

Color convert

RGB 174 65 109 -
CMYK 0 0.63 0.37 0.32
HSL 335.78º 0.46% 0.47% -
HSV(B) 335.78º 0.63% 0.68% -
XYZ 22.11 13.88 15.98 -
YUV 102.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 174 65 109 0 0.63 0.37 0.32 335.78 0.46 0.47
Hex AE 41 6D 0 3F 25 20 150 2E 2F
Octal 256 101 155 0 77 45 40 520 56 57
Binary 10101110 1000001 1101101 0 111111 100101 100000 101010000 101110 101111

Color Harmonies of #AE416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE416D

Black with #AE416D

Text Example


Text Example

White with #AE416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE416D; }

 p { color: rgb(174,65,109); }

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

background-color css

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

 a { background-color: rgb(174,65,109); }

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

border-color css

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

 span { border-color: rgb(174,65,109); }

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