#AE3568

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

Shades of Rouge #AE3568

Tints of Rouge #AE3568

Color information

#AE3568 (or 0xAE3568) is unknown color: approx Rouge. HEX triplet: AE, 35 and 68. RGB value is (174,53,104). Sum of RGB (Red+Green+Blue) = 174+53+104=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3568 is #51CA97. Grayscale: #5E5E5E. Windows color (decimal): -5360280 or 6829486. OLE color: 6829486.

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

Color convert

RGB17453104-
CMYK00.700.400.32
HSL334.71º53.3%44.51%-
HSV(B)334.71º69.54%68.24%-
XYZ21.2312.5414.4-
YUV94.99133.09184.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=52.57%
G=16.01%
B=31.42%

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
Decimal1745310400.700.400.32334.7153.344.51
HexAE3568046282014f352d
Octal25665150010650405176555
Binary10101110110101110100001000110101000100000101001111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3568; }

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

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

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

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

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

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

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

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