#AE2147

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

Shades of Old Rose #AE2147

Tints of Old Rose #AE2147

Color information

#AE2147 (or 0xAE2147) is unknown color: approx Old Rose. HEX triplet: AE, 21 and 47. RGB value is (174,33,71). Sum of RGB (Red+Green+Blue) = 174+33+71=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2147 is #51DEB8. Grayscale: #4F4F4F. Windows color (decimal): -5365433 or 4661678. OLE color: 4661678.

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

Color convert

RGB1743371-
CMYK00.810.590.32
HSL343.83º68.12%40.59%-
HSV(B)343.83º81.03%68.24%-
XYZ19.1410.546.99-
YUV79.49123.21195.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 71 (28.12% from 255) = 25.54%
R=62.59%
G=11.87%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174337100.810.590.32343.8368.1240.59
HexAE21470513B201584429
Octal256411070121734053010451
Binary101011101000011000111010100011110111000001010110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2147; }

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

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

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

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

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

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

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

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