#AE2A46

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

Shades of Old Rose #AE2A46

Tints of Old Rose #AE2A46

Color information

#AE2A46 (or 0xAE2A46) is unknown color: approx Old Rose. HEX triplet: AE, 2A and 46. RGB value is (174,42,70). Sum of RGB (Red+Green+Blue) = 174+42+70=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A46 is #51D5B9. Grayscale: #545454. Windows color (decimal): -5363130 or 4598446. OLE color: 4598446.

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

Color convert

RGB1744270-
CMYK00.760.600.32
HSL347.27º61.11%42.35%-
HSV(B)347.27º75.86%68.24%-
XYZ19.3911.16.91-
YUV84.66119.73191.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.84%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=60.84%
G=14.69%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174427000.760.600.32347.2761.1142.35
HexAE2A4604C3C2015b3d2a
Octal25652106011474405337552
Binary10101110101010100011001001100111100100000101011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A46; }

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

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

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

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

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

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

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

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