#AE2A41

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

Shades of Old Rose #AE2A41

Tints of Old Rose #AE2A41

Color information

#AE2A41 (or 0xAE2A41) is unknown color: approx Old Rose. HEX triplet: AE, 2A and 41. RGB value is (174,42,65). Sum of RGB (Red+Green+Blue) = 174+42+65=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A41 is #51D5BE. Grayscale: #545454. Windows color (decimal): -5363135 or 4270766. OLE color: 4270766.

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

Color convert

RGB1744265-
CMYK00.760.630.32
HSL349.55º61.11%42.35%-
HSV(B)349.55º75.86%68.24%-
XYZ19.2411.046.12-
YUV84.09117.23192.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=61.92%
G=14.95%
B=23.13%

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
Decimal174426500.760.630.32349.5561.1142.35
HexAE2A4104C3F2015e3d2a
Octal25652101011477405367552
Binary10101110101010100000101001100111111100000101011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A41; }

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

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

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

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

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

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

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

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