#AE2944

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

Shades of Old Rose #AE2944

Tints of Old Rose #AE2944

Color information

#AE2944 (or 0xAE2944) is unknown color: approx Old Rose. HEX triplet: AE, 29 and 44. RGB value is (174,41,68). Sum of RGB (Red+Green+Blue) = 174+41+68=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2944 is #51D6BB. Grayscale: #535353. Windows color (decimal): -5363388 or 4467118. OLE color: 4467118.

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

Color convert

RGB1744168-
CMYK00.760.610.32
HSL347.82º61.86%42.16%-
HSV(B)347.82º76.44%68.24%-
XYZ19.29116.58-
YUV83.84119.06192.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=61.48%
G=14.49%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174416800.760.610.32347.8261.8642.16
HexAE294404C3D2015c3e2a
Octal25651104011475405347652
Binary10101110101001100010001001100111101100000101011100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2944; }

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

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

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

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

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

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

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

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