#AE3769

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

Shades of Rouge #AE3769

Tints of Rouge #AE3769

Color information

#AE3769 (or 0xAE3769) is unknown color: approx Rouge. HEX triplet: AE, 37 and 69. RGB value is (174,55,105). Sum of RGB (Red+Green+Blue) = 174+55+105=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3769 is #51C896. Grayscale: #606060. Windows color (decimal): -5359767 or 6895534. OLE color: 6895534.

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

Color convert

RGB17455105-
CMYK00.680.400.32
HSL334.79º51.97%44.9%-
HSV(B)334.79º68.39%68.24%-
XYZ21.3712.7514.7-
YUV96.28132.92183.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=52.10%
G=16.47%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745510500.680.400.32334.7951.9744.9
HexAE3769044282014f342d
Octal25667151010450405176455
Binary10101110110111110100101000100101000100000101001111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3769; }

 p { color: rgb(174,55,105); }

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

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

 a { background-color: rgb(174,55,105); }

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

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

 span { border-color: rgb(174,55,105); }

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