#AE2A3F

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

Shades of Old Rose #AE2A3F

Tints of Old Rose #AE2A3F

Color information

#AE2A3F (or 0xAE2A3F) is unknown color: approx Old Rose. HEX triplet: AE, 2A and 3F. RGB value is (174,42,63). Sum of RGB (Red+Green+Blue) = 174+42+63=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A3F is #51D5C0. Grayscale: #535353. Windows color (decimal): -5363137 or 4139694. OLE color: 4139694.

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

Color convert

RGB1744263-
CMYK00.760.640.32
HSL350.45º61.11%42.35%-
HSV(B)350.45º75.86%68.24%-
XYZ19.1811.015.82-
YUV83.86116.23192.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 63 (25% from 255) = 22.58%
R=62.37%
G=15.05%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174426300.760.640.32350.4561.1142.35
HexAE2A3F04C402015e3d2a
Octal25652770114100405367552
Binary10101110101010111111010011001000000100000101011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A3F; }

 p { color: rgb(174,42,63); }

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

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

 a { background-color: rgb(174,42,63); }

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

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

 span { border-color: rgb(174,42,63); }

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