#AE2954

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

Shades of Old Rose #AE2954

Tints of Old Rose #AE2954

Color information

#AE2954 (or 0xAE2954) is unknown color: approx Old Rose. HEX triplet: AE, 29 and 54. RGB value is (174,41,84). Sum of RGB (Red+Green+Blue) = 174+41+84=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2954 is #51D6AB. Grayscale: #555555. Windows color (decimal): -5363372 or 5515694. OLE color: 5515694.

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

Color convert

RGB1744184-
CMYK00.760.520.32
HSL340.6º61.86%42.16%-
HSV(B)340.6º76.44%68.24%-
XYZ19.8511.229.51-
YUV85.67127.06191-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=58.19%
G=13.71%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174418400.760.520.32340.661.8642.16
HexAE295404C34201553e2a
Octal25651124011464405257652
Binary10101110101001101010001001100110100100000101010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2954; }

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

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

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

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

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

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

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

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