#AE2C42

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

Shades of Old Rose #AE2C42

Tints of Old Rose #AE2C42

Color information

#AE2C42 (or 0xAE2C42) is unknown color: approx Old Rose. HEX triplet: AE, 2C and 42. RGB value is (174,44,66). Sum of RGB (Red+Green+Blue) = 174+44+66=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C42 is #51D3BD. Grayscale: #555555. Windows color (decimal): -5362622 or 4336814. OLE color: 4336814.

HSL color Cylindrical-coordinate representation of color #AE2C42: hue angle of 349.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C42 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1744466-
CMYK00.750.620.32
HSL349.85º59.63%42.75%-
HSV(B)349.85º74.71%68.24%-
XYZ19.3411.196.3-
YUV85.38117.07191.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=61.27%
G=15.49%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174446600.750.620.32349.8559.6342.75
HexAE2C4204B3E2015e3c2b
Octal25654102011376405367453
Binary10101110101100100001001001011111110100000101011110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C42; }

 p { color: rgb(174,44,66); }

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

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

 a { background-color: rgb(174,44,66); }

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

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

 span { border-color: rgb(174,44,66); }

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