#AE2A57

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

Shades of Old Rose #AE2A57

Tints of Old Rose #AE2A57

Color information

#AE2A57 (or 0xAE2A57) is unknown color: approx Old Rose. HEX triplet: AE, 2A and 57. RGB value is (174,42,87). Sum of RGB (Red+Green+Blue) = 174+42+87=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A57 is #51D5A8. Grayscale: #565656. Windows color (decimal): -5363113 or 5712558. OLE color: 5712558.

HSL color Cylindrical-coordinate representation of color #AE2A57: hue angle of 339.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A57 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB1744287-
CMYK00.760.50.32
HSL339.55º61.11%42.35%-
HSV(B)339.55º75.86%68.24%-
XYZ2011.3410.15-
YUV86.6128.23190.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 42 (16.80% from 255) = 13.86%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=57.43%
G=13.86%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174428700.760.50.32339.5561.1142.35
HexAE2A5704C32201543d2a
Octal25652127011462405247552
Binary10101110101010101011101001100110010100000101010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A57; }

 p { color: rgb(174,42,87); }

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

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

 a { background-color: rgb(174,42,87); }

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

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

 span { border-color: rgb(174,42,87); }

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