#AE2A56

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

Shades of Old Rose #AE2A56

Tints of Old Rose #AE2A56

Color information

#AE2A56 (or 0xAE2A56) is unknown color: approx Old Rose. HEX triplet: AE, 2A and 56. RGB value is (174,42,86). Sum of RGB (Red+Green+Blue) = 174+42+86=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A56 is #51D5A9. Grayscale: #565656. Windows color (decimal): -5363114 or 5647022. OLE color: 5647022.

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

Color convert

RGB1744286-
CMYK00.760.510.32
HSL340º61.11%42.35%-
HSV(B)340º75.86%68.24%-
XYZ19.9611.339.94-
YUV86.48127.73190.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=57.62%
G=13.91%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174428600.760.510.3234061.1142.35
HexAE2A5604C33201543d2a
Octal25652126011463405247552
Binary10101110101010101011001001100110011100000101010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A56; }

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

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

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

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

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

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

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

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