#AE1C48

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

Shades of Old Rose #AE1C48

Tints of Old Rose #AE1C48

Color information

#AE1C48 (or 0xAE1C48) is unknown color: approx Old Rose. HEX triplet: AE, 1C and 48. RGB value is (174,28,72). Sum of RGB (Red+Green+Blue) = 174+28+72=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C48 is #51E3B7. Grayscale: #4C4C4C. Windows color (decimal): -5366712 or 4725934. OLE color: 4725934.

HSL color Cylindrical-coordinate representation of color #AE1C48: hue angle of 341.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C48 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1742872-
CMYK00.840.590.32
HSL341.92º72.28%39.61%-
HSV(B)341.92º83.91%68.24%-
XYZ19.0410.37.11-
YUV76.67125.37197.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=63.50%
G=10.22%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174287200.840.590.32341.9272.2839.61
HexAE1C480543B201564828
Octal256341100124734052611050
Binary10101110111001001000010101001110111000001010101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C48; }

 p { color: rgb(174,28,72); }

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

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

 a { background-color: rgb(174,28,72); }

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

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

 span { border-color: rgb(174,28,72); }

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