#AE3270

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

Shades of Rouge #AE3270

Tints of Rouge #AE3270

Color information

#AE3270 (or 0xAE3270) is unknown color: approx Rouge. HEX triplet: AE, 32 and 70. RGB value is (174,50,112). Sum of RGB (Red+Green+Blue) = 174+50+112=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3270 is #51CD8F. Grayscale: #5E5E5E. Windows color (decimal): -5361040 or 7353006. OLE color: 7353006.

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

Color convert

RGB17450112-
CMYK00.710.360.32
HSL330º55.36%43.92%-
HSV(B)330º71.26%68.24%-
XYZ21.5212.4516.6-
YUV94.14138.08184.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=51.79%
G=14.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745011200.710.360.3233055.3643.92
HexAE3270047242014a372c
Octal25662160010744405126754
Binary10101110110010111000001000111100100100000101001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3270; }

 p { color: rgb(174,50,112); }

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

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

 a { background-color: rgb(174,50,112); }

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

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

 span { border-color: rgb(174,50,112); }

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