Html Css Color HEX #AE2665 Rouge

📋 copy color: '#AE2665'

red 174 ◦ green 38 ◦ blue 101

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

Shades of Rouge #AE2665

Tints of Rouge #AE2665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 55.59%
G = 12.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE2665 (or 0xAE2665) is known color: Rouge. HEX triplet: AE, 26 and 65. RGB value is (174,38,101). Sum of RGB (Red+Green+Blue) = 174+38+101=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2665 is #51D99A. Grayscale: #555555. Windows color (decimal): -5364123 or 6629038. OLE color: 6629038.

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

Color convert

RGB 174 38 101 -
CMYK 0 0.78 0.42 0.32
HSL 332.21º 0.64% 0.42% -
HSV(B) 332.21º 0.78% 0.68% -
XYZ 20.5 11.32 13.42 -
YUV 85.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 174 38 101 0 0.78 0.42 0.32 332.21 0.64 0.42
Hex AE 26 65 0 4E 2A 20 14C 40 2A
Octal 256 46 145 0 116 52 40 514 100 52
Binary 10101110 100110 1100101 0 1001110 101010 100000 101001100 1000000 101010

Color Harmonies of #AE2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2665

Black with #AE2665

Text Example


Text Example

White with #AE2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2665; }

 p { color: rgb(174,38,101); }

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

background-color css

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

 a { background-color: rgb(174,38,101); }

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

border-color css

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

 span { border-color: rgb(174,38,101); }

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