#AE2867

Color #AE2867 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AE2867

Tints of Rouge #AE2867

Color information

#AE2867 (or 0xAE2867) is unknown color: approx 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

RGB17440103-
CMYK00.770.410.32
HSL331.79º62.62%41.96%-
HSV(B)331.79º77.01%68.24%-
XYZ20.6611.513.96-
YUV87.25136.89189.88-

RGB Variations

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

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.62% from 255) = 32.49%
R=54.89%
G=12.62%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744010300.770.410.32331.7962.6241.96
HexAE286704D292014c3f2a
Octal25650147011551405147752
Binary10101110101000110011101001101101001100000101001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>