#AE3149

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

Shades of Old Rose #AE3149

Tints of Old Rose #AE3149

Color information

#AE3149 (or 0xAE3149) is unknown color: approx Old Rose. HEX triplet: AE, 31 and 49. RGB value is (174,49,73). Sum of RGB (Red+Green+Blue) = 174+49+73=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3149 is #51CEB6. Grayscale: #595959. Windows color (decimal): -5361335 or 4796846. OLE color: 4796846.

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

Color convert

RGB1744973-
CMYK00.720.580.32
HSL348.48º56.05%43.73%-
HSV(B)348.48º71.84%68.24%-
XYZ19.7611.687.52-
YUV89.11118.91188.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=58.78%
G=16.55%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174497300.720.580.32348.4856.0543.73
HexAE31490483A2015c382c
Octal25661111011072405347054
Binary10101110110001100100101001000111010100000101011100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3149; }

 p { color: rgb(174,49,73); }

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

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

 a { background-color: rgb(174,49,73); }

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

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

 span { border-color: rgb(174,49,73); }

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