#AE2A4C

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

Shades of Old Rose #AE2A4C

Tints of Old Rose #AE2A4C

Color information

#AE2A4C (or 0xAE2A4C) is unknown color: approx Old Rose. HEX triplet: AE, 2A and 4C. RGB value is (174,42,76). Sum of RGB (Red+Green+Blue) = 174+42+76=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A4C is #51D5B3. Grayscale: #555555. Windows color (decimal): -5363124 or 4991662. OLE color: 4991662.

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

Color convert

RGB1744276-
CMYK00.760.560.32
HSL344.55º61.11%42.35%-
HSV(B)344.55º75.86%68.24%-
XYZ19.5911.187.96-
YUV85.34122.73191.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=59.59%
G=14.38%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174427600.760.560.32344.5561.1142.35
HexAE2A4C04C38201593d2a
Octal25652114011470405317552
Binary10101110101010100110001001100111000100000101011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A4C; }

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

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

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

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

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

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

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

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