#AE3569

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

Shades of Rouge #AE3569

Tints of Rouge #AE3569

Color information

#AE3569 (or 0xAE3569) is unknown color: approx Rouge. HEX triplet: AE, 35 and 69. RGB value is (174,53,105). Sum of RGB (Red+Green+Blue) = 174+53+105=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3569 is #51CA96. Grayscale: #5F5F5F. Windows color (decimal): -5360279 or 6895022. OLE color: 6895022.

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

Color convert

RGB17453105-
CMYK00.700.400.32
HSL334.21º53.3%44.51%-
HSV(B)334.21º69.54%68.24%-
XYZ21.2812.5614.67-
YUV95.11133.59184.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=52.41%
G=15.96%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745310500.700.400.32334.2153.344.51
HexAE3569046282014e352d
Octal25665151010650405166555
Binary10101110110101110100101000110101000100000101001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3569; }

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

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

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

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

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

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

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

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