#AE2940

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

Shades of Old Rose #AE2940

Tints of Old Rose #AE2940

Color information

#AE2940 (or 0xAE2940) is unknown color: approx Old Rose. HEX triplet: AE, 29 and 40. RGB value is (174,41,64). Sum of RGB (Red+Green+Blue) = 174+41+64=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2940 is #51D6BF. Grayscale: #535353. Windows color (decimal): -5363392 or 4204974. OLE color: 4204974.

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

Color convert

RGB1744164-
CMYK00.760.630.32
HSL349.62º61.86%42.16%-
HSV(B)349.62º76.44%68.24%-
XYZ19.1710.955.95-
YUV83.39117.06192.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=62.37%
G=14.70%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174416400.760.630.32349.6261.8642.16
HexAE294004C3F2015e3e2a
Octal25651100011477405367652
Binary10101110101001100000001001100111111100000101011110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2940; }

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

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

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

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

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

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

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

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