Html Css Color HEX #AE4063 Rouge

📋 copy color: '#AE4063'

red 174 ◦ green 64 ◦ blue 99

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

Shades of Rouge #AE4063

Tints of Rouge #AE4063

RGB

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

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

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

R = 51.63%
G = 18.99%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE4063 (or 0xAE4063) is known color: Rouge. HEX triplet: AE, 40 and 63. RGB value is (174,64,99). Sum of RGB (Red+Green+Blue) = 174+64+99=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4063 is #51BF9C. Grayscale: #646464. Windows color (decimal): -5357469 or 6504622. OLE color: 6504622.

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

Color convert

RGB 174 64 99 -
CMYK 0 0.63 0.43 0.32
HSL 340.91º 0.46% 0.47% -
HSV(B) 340.91º 0.63% 0.68% -
XYZ 21.54 13.57 13.29 -
YUV 100.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 174 64 99 0 0.63 0.43 0.32 340.91 0.46 0.47
Hex AE 40 63 0 3F 2B 20 155 2E 2F
Octal 256 100 143 0 77 53 40 525 56 57
Binary 10101110 1000000 1100011 0 111111 101011 100000 101010101 101110 101111

Color Harmonies of #AE4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4063

Black with #AE4063

Text Example


Text Example

White with #AE4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4063; }

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

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

background-color css

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

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

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

border-color css

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

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

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