Html Css Color HEX #AE4463 Rouge

📋 copy color: '#AE4463'

red 174 ◦ green 68 ◦ blue 99

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

Shades of Rouge #AE4463

Tints of Rouge #AE4463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 51.03%
G = 19.94%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE4463 (or 0xAE4463) is known color: Rouge. HEX triplet: AE, 44 and 63. RGB value is (174,68,99). Sum of RGB (Red+Green+Blue) = 174+68+99=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4463 is #51BB9C. Grayscale: #676767. Windows color (decimal): -5356445 or 6505646. OLE color: 6505646.

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

Color convert

RGB 174 68 99 -
CMYK 0 0.61 0.43 0.32
HSL 342.45º 0.44% 0.47% -
HSV(B) 342.45º 0.61% 0.68% -
XYZ 21.77 14.03 13.37 -
YUV 103.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 174 68 99 0 0.61 0.43 0.32 342.45 0.44 0.47
Hex AE 44 63 0 3D 2B 20 156 2C 2F
Octal 256 104 143 0 75 53 40 526 54 57
Binary 10101110 1000100 1100011 0 111101 101011 100000 101010110 101100 101111

Color Harmonies of #AE4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4463

Black with #AE4463

Text Example


Text Example

White with #AE4463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4463; }

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

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

background-color css

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

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

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

border-color css

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

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

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