Html Css Color HEX #AE4466 Rouge

📋 copy color: '#AE4466'

red 174 ◦ green 68 ◦ blue 102

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

Shades of Rouge #AE4466

Tints of Rouge #AE4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 50.58%
G = 19.77%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE4466 (or 0xAE4466) is known color: Rouge. HEX triplet: AE, 44 and 66. RGB value is (174,68,102). Sum of RGB (Red+Green+Blue) = 174+68+102=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4466 is #51BB99. Grayscale: #676767. Windows color (decimal): -5356442 or 6702254. OLE color: 6702254.

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

Color convert

RGB 174 68 102 -
CMYK 0 0.61 0.41 0.32
HSL 340.75º 0.44% 0.47% -
HSV(B) 340.75º 0.61% 0.68% -
XYZ 21.92 14.09 14.14 -
YUV 103.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 174 68 102 0 0.61 0.41 0.32 340.75 0.44 0.47
Hex AE 44 66 0 3D 29 20 155 2C 2F
Octal 256 104 146 0 75 51 40 525 54 57
Binary 10101110 1000100 1100110 0 111101 101001 100000 101010101 101100 101111

Color Harmonies of #AE4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4466

Black with #AE4466

Text Example


Text Example

White with #AE4466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4466; }

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

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

background-color css

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

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

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

border-color css

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

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

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