#AE1949

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

Shades of Old Rose #AE1949

Tints of Old Rose #AE1949

Color information

#AE1949 (or 0xAE1949) is unknown color: approx Old Rose. HEX triplet: AE, 19 and 49. RGB value is (174,25,73). Sum of RGB (Red+Green+Blue) = 174+25+73=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1949 is #51E6B6. Grayscale: #4A4A4A. Windows color (decimal): -5367479 or 4790702. OLE color: 4790702.

HSL color Cylindrical-coordinate representation of color #AE1949: hue angle of 340.67º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1949 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1742573-
CMYK00.860.580.32
HSL340.67º74.87%39.02%-
HSV(B)340.67º85.63%68.24%-
XYZ19.0110.177.27-
YUV75.02126.86198.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=63.97%
G=9.19%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174257300.860.580.32340.6774.8739.02
HexAE19490563A201554b27
Octal256311110126724052511347
Binary10101110110011001001010101101110101000001010101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1949; }

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

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

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

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

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

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

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

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