Html Css Color HEX #AE2867 Rouge

📋 copy color: '#AE2867'

red 174 ◦ green 40 ◦ blue 103

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

Shades of Rouge #AE2867

Tints of Rouge #AE2867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 54.89%
G = 12.62%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE2867 (or 0xAE2867) is known color: Rouge. HEX triplet: AE, 28 and 67. RGB value is (174,40,103). Sum of RGB (Red+Green+Blue) = 174+40+103=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2867 is #51D798. Grayscale: #575757. Windows color (decimal): -5363609 or 6760622. OLE color: 6760622.

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

Color convert

RGB 174 40 103 -
CMYK 0 0.77 0.41 0.32
HSL 331.79º 0.63% 0.42% -
HSV(B) 331.79º 0.77% 0.68% -
XYZ 20.66 11.5 13.96 -
YUV 87.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 174 40 103 0 0.77 0.41 0.32 331.79 0.63 0.42
Hex AE 28 67 0 4D 29 20 14C 3F 2A
Octal 256 50 147 0 115 51 40 514 77 52
Binary 10101110 101000 1100111 0 1001101 101001 100000 101001100 111111 101010

Color Harmonies of #AE2867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2867

Black with #AE2867

Text Example


Text Example

White with #AE2867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2867; }

 p { color: rgb(174,40,103); }

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

background-color css

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

 a { background-color: rgb(174,40,103); }

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

border-color css

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

 span { border-color: rgb(174,40,103); }

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