#AE306A

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

Shades of Rouge #AE306A

Tints of Rouge #AE306A

Color information

#AE306A (or 0xAE306A) is unknown color: approx Rouge. HEX triplet: AE, 30 and 6A. RGB value is (174,48,106). Sum of RGB (Red+Green+Blue) = 174+48+106=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE306A is #51CF95. Grayscale: #5C5C5C. Windows color (decimal): -5361558 or 6959278. OLE color: 6959278.

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

Color convert

RGB17448106-
CMYK00.720.390.32
HSL332.38º56.76%43.53%-
HSV(B)332.38º72.41%68.24%-
XYZ21.1112.1514.87-
YUV92.29135.74186.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=53.05%
G=14.63%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744810600.720.390.32332.3856.7643.53
HexAE306A048272014c392c
Octal25660152011047405147154
Binary10101110110000110101001001000100111100000101001100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE306A; }

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

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

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

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

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

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

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

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