#AE2B4A

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

Shades of Old Rose #AE2B4A

Tints of Old Rose #AE2B4A

Color information

#AE2B4A (or 0xAE2B4A) is unknown color: approx Old Rose. HEX triplet: AE, 2B and 4A. RGB value is (174,43,74). Sum of RGB (Red+Green+Blue) = 174+43+74=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B4A is #51D4B5. Grayscale: #555555. Windows color (decimal): -5362870 or 4860846. OLE color: 4860846.

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

Color convert

RGB1744374-
CMYK00.750.570.32
HSL345.8º60.37%42.55%-
HSV(B)345.8º75.29%68.24%-
XYZ19.5611.227.61-
YUV85.7121.4190.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=59.79%
G=14.78%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174437400.750.570.32345.860.3742.55
HexAE2B4A04B392015a3c2b
Octal25653112011371405327453
Binary10101110101011100101001001011111001100000101011010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B4A; }

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

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

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

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

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

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

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

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