#ae184a

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

Shades of Old Rose #AE184A

Tints of Old Rose #AE184A

Color information

#AE184A (or 0xAE184A) is unknown color: approx Old Rose. HEX triplet: AE, 18 and 4A. RGB value is (174,24,74). Sum of RGB (Red+Green+Blue) = 174+24+74=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE184A is #51E7B5. Grayscale: #4A4A4A. Windows color (decimal): -5367734 or 4855982. OLE color: 4855982.

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

Color convert

RGB1742474-
CMYK00.860.570.32
HSL340º75.76%38.82%-
HSV(B)340º86.21%68.24%-
XYZ19.0210.157.43-
YUV74.55127.7198.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=63.97%
G=8.82%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174247400.860.570.3234075.7638.82
HexAE184A05639201544c27
Octal256301120126714052411447
Binary10101110110001001010010101101110011000001010101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae184a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae184a; }

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

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

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

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

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

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

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

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