Html Css Color HEX #AE3262 Rouge

📋 copy color: '#AE3262'

red 174 ◦ green 50 ◦ blue 98

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

Shades of Rouge #AE3262

Tints of Rouge #AE3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 54.04%
G = 15.53%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE3262 (or 0xAE3262) is known color: Rouge. HEX triplet: AE, 32 and 62. RGB value is (174,50,98). Sum of RGB (Red+Green+Blue) = 174+50+98=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3262 is #51CD9D. Grayscale: #5C5C5C. Windows color (decimal): -5361054 or 6435502. OLE color: 6435502.

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

Color convert

RGB 174 50 98 -
CMYK 0 0.71 0.44 0.32
HSL 336.77º 0.55% 0.44% -
HSV(B) 336.77º 0.71% 0.68% -
XYZ 20.8 12.16 12.81 -
YUV 92.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 174 50 98 0 0.71 0.44 0.32 336.77 0.55 0.44
Hex AE 32 62 0 47 2C 20 151 37 2C
Octal 256 62 142 0 107 54 40 521 67 54
Binary 10101110 110010 1100010 0 1000111 101100 100000 101010001 110111 101100

Color Harmonies of #AE3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3262

Black with #AE3262

Text Example


Text Example

White with #AE3262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3262; }

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

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

background-color css

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

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

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

border-color css

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

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

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