Html Css Color HEX #AE4666 Rouge

📋 copy color: '#AE4666'

red 174 ◦ green 70 ◦ blue 102

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

Shades of Rouge #AE4666

Tints of Rouge #AE4666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 102 (40.23% from 255) = 29.48%

R = 50.29%
G = 20.23%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE4666 (or 0xAE4666) is known color: Rouge. HEX triplet: AE, 46 and 66. RGB value is (174,70,102). Sum of RGB (Red+Green+Blue) = 174+70+102=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4666 is #51B999. Grayscale: #686868. Windows color (decimal): -5355930 or 6702766. OLE color: 6702766.

HSL color Cylindrical-coordinate representation of color #AE4666: hue angle of 341.54º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4666 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 102 -
CMYK 0 0.60 0.41 0.32
HSL 341.54º 0.43% 0.48% -
HSV(B) 341.54º 0.6% 0.68% -
XYZ 22.04 14.34 14.18 -
YUV 104.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 174 70 102 0 0.60 0.41 0.32 341.54 0.43 0.48
Hex AE 46 66 0 3C 29 20 156 2B 30
Octal 256 106 146 0 74 51 40 526 53 60
Binary 10101110 1000110 1100110 0 111100 101001 100000 101010110 101011 110000

Color Harmonies of #AE4666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4666

Black with #AE4666

Text Example


Text Example

White with #AE4666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4666; }

 p { color: rgb(174,70,102); }

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

background-color css

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

 a { background-color: rgb(174,70,102); }

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

border-color css

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

 span { border-color: rgb(174,70,102); }

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