#AE294A

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

Shades of Old Rose #AE294A

Tints of Old Rose #AE294A

Color information

#AE294A (or 0xAE294A) is unknown color: approx Old Rose. HEX triplet: AE, 29 and 4A. RGB value is (174,41,74). Sum of RGB (Red+Green+Blue) = 174+41+74=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE294A is #51D6B5. Grayscale: #545454. Windows color (decimal): -5363382 or 4860334. OLE color: 4860334.

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

Color convert

RGB1744174-
CMYK00.760.570.32
HSL345.11º61.86%42.16%-
HSV(B)345.11º76.44%68.24%-
XYZ19.4811.087.59-
YUV84.53122.06191.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=60.21%
G=14.19%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174417400.760.570.32345.1161.8642.16
HexAE294A04C39201593e2a
Octal25651112011471405317652
Binary10101110101001100101001001100111001100000101011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE294A; }

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

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

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

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

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

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

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

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