Html Css Color HEX #AE3C62 Rouge

📋 copy color: '#AE3C62'

red 174 ◦ green 60 ◦ blue 98

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

Shades of Rouge #AE3C62

Tints of Rouge #AE3C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 52.41%
G = 18.07%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE3C62 (or 0xAE3C62) is known color: Rouge. HEX triplet: AE, 3C and 62. RGB value is (174,60,98). Sum of RGB (Red+Green+Blue) = 174+60+98=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C62 is #51C39D. Grayscale: #626262. Windows color (decimal): -5358494 or 6438062. OLE color: 6438062.

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

Color convert

RGB 174 60 98 -
CMYK 0 0.66 0.44 0.32
HSL 340º 0.49% 0.46% -
HSV(B) 340º 0.66% 0.68% -
XYZ 21.28 13.11 12.96 -
YUV 98.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 174 60 98 0 0.66 0.44 0.32 340 0.49 0.46
Hex AE 3C 62 0 42 2C 20 154 31 2E
Octal 256 74 142 0 102 54 40 524 61 56
Binary 10101110 111100 1100010 0 1000010 101100 100000 101010100 110001 101110

Color Harmonies of #AE3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C62

Black with #AE3C62

Text Example


Text Example

White with #AE3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C62; }

 p { color: rgb(174,60,98); }

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

background-color css

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

 a { background-color: rgb(174,60,98); }

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

border-color css

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

 span { border-color: rgb(174,60,98); }

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