#AE2149

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

Shades of Old Rose #AE2149

Tints of Old Rose #AE2149

Color information

#AE2149 (or 0xAE2149) is unknown color: approx Old Rose. HEX triplet: AE, 21 and 49. RGB value is (174,33,73). Sum of RGB (Red+Green+Blue) = 174+33+73=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2149 is #51DEB6. Grayscale: #4F4F4F. Windows color (decimal): -5365431 or 4792750. OLE color: 4792750.

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

Color convert

RGB1743373-
CMYK00.810.580.32
HSL342.98º68.12%40.59%-
HSV(B)342.98º81.03%68.24%-
XYZ19.210.577.33-
YUV79.72124.21195.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=62.14%
G=11.79%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174337300.810.580.32342.9868.1240.59
HexAE21490513A201574429
Octal256411110121724052710451
Binary101011101000011001001010100011110101000001010101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2149; }

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

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

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

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

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

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

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

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