#AE2949

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

Shades of Old Rose #AE2949

Tints of Old Rose #AE2949

Color information

#AE2949 (or 0xAE2949) is unknown color: approx Old Rose. HEX triplet: AE, 29 and 49. RGB value is (174,41,73). Sum of RGB (Red+Green+Blue) = 174+41+73=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2949 is #51D6B6. Grayscale: #545454. Windows color (decimal): -5363383 or 4794798. OLE color: 4794798.

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

Color convert

RGB1744173-
CMYK00.760.580.32
HSL345.56º61.86%42.16%-
HSV(B)345.56º76.44%68.24%-
XYZ19.4511.077.41-
YUV84.42121.56191.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=60.42%
G=14.24%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174417300.760.580.32345.5661.8642.16
HexAE294904C3A2015a3e2a
Octal25651111011472405327652
Binary10101110101001100100101001100111010100000101011010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2949; }

 p { color: rgb(174,41,73); }

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

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

 a { background-color: rgb(174,41,73); }

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

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

 span { border-color: rgb(174,41,73); }

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