#AE1A48

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

Shades of Old Rose #AE1A48

Tints of Old Rose #AE1A48

Color information

#AE1A48 (or 0xAE1A48) is unknown color: approx Old Rose. HEX triplet: AE, 1A and 48. RGB value is (174,26,72). Sum of RGB (Red+Green+Blue) = 174+26+72=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A48 is #51E5B7. Grayscale: #4B4B4B. Windows color (decimal): -5367224 or 4725422. OLE color: 4725422.

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

Color convert

RGB1742672-
CMYK00.850.590.32
HSL341.35º74%39.22%-
HSV(B)341.35º85.06%68.24%-
XYZ18.9910.217.1-
YUV75.5126.03198.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=63.97%
G=9.56%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174267200.850.590.32341.357439.22
HexAE1A480553B201554a27
Octal256321100125734052511247
Binary10101110110101001000010101011110111000001010101011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A48; }

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

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

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

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

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

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

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

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