#AE3861

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

Shades of Rouge #AE3861

Tints of Rouge #AE3861

Color information

#AE3861 (or 0xAE3861) is unknown color: approx Rouge. HEX triplet: AE, 38 and 61. RGB value is (174,56,97). Sum of RGB (Red+Green+Blue) = 174+56+97=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3861 is #51C79E. Grayscale: #5F5F5F. Windows color (decimal): -5359519 or 6371502. OLE color: 6371502.

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

Color convert

RGB1745697-
CMYK00.680.440.32
HSL339.15º51.3%45.1%-
HSV(B)339.15º67.82%68.24%-
XYZ21.0312.6912.65-
YUV95.96128.59183.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=53.21%
G=17.13%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174569700.680.440.32339.1551.345.1
HexAE38610442C20153332d
Octal25670141010454405236355
Binary10101110111000110000101000100101100100000101010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3861; }

 p { color: rgb(174,56,97); }

 H1.HeaderClassName
 {
   color: #AE3861;
 }
 .AnyTagClassName
 {
   color: #AE3861;
 }
</style>
background-color css

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

 a { background-color: rgb(174,56,97); }

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

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

 span { border-color: rgb(174,56,97); }

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