Html Css Color HEX #AE2768 Rouge

📋 copy color: '#AE2768'

red 174 ◦ green 39 ◦ blue 104

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

Shades of Rouge #AE2768

Tints of Rouge #AE2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 54.89%
G = 12.3%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE2768 (or 0xAE2768) is known color: Rouge. HEX triplet: AE, 27 and 68. RGB value is (174,39,104). Sum of RGB (Red+Green+Blue) = 174+39+104=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2768 is #51D897. Grayscale: #565656. Windows color (decimal): -5363864 or 6825902. OLE color: 6825902.

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

Color convert

RGB 174 39 104 -
CMYK 0 0.78 0.40 0.32
HSL 331.11º 0.63% 0.42% -
HSV(B) 331.11º 0.78% 0.68% -
XYZ 20.68 11.45 14.22 -
YUV 86.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 174 39 104 0 0.78 0.40 0.32 331.11 0.63 0.42
Hex AE 27 68 0 4E 28 20 14B 3F 2A
Octal 256 47 150 0 116 50 40 513 77 52
Binary 10101110 100111 1101000 0 1001110 101000 100000 101001011 111111 101010

Color Harmonies of #AE2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2768

Black with #AE2768

Text Example


Text Example

White with #AE2768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2768; }

 p { color: rgb(174,39,104); }

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

background-color css

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

 a { background-color: rgb(174,39,104); }

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

border-color css

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

 span { border-color: rgb(174,39,104); }

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