#AE336A

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

Shades of Rouge #AE336A

Tints of Rouge #AE336A

Color information

#AE336A (or 0xAE336A) is unknown color: approx Rouge. HEX triplet: AE, 33 and 6A. RGB value is (174,51,106). Sum of RGB (Red+Green+Blue) = 174+51+106=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE336A is #51CC95. Grayscale: #5D5D5D. Windows color (decimal): -5360790 or 6960046. OLE color: 6960046.

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

Color convert

RGB17451106-
CMYK00.710.390.32
HSL333.17º54.67%44.12%-
HSV(B)333.17º70.69%68.24%-
XYZ21.2412.4114.91-
YUV94.05134.75185.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=52.57%
G=15.41%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745110600.710.390.32333.1754.6744.12
HexAE336A047272014d372c
Octal25663152010747405156754
Binary10101110110011110101001000111100111100000101001101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE336A; }

 p { color: rgb(174,51,106); }

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

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

 a { background-color: rgb(174,51,106); }

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

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

 span { border-color: rgb(174,51,106); }

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