#AE3146

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

Shades of Old Rose #AE3146

Tints of Old Rose #AE3146

Color information

#AE3146 (or 0xAE3146) is unknown color: approx Old Rose. HEX triplet: AE, 31 and 46. RGB value is (174,49,70). Sum of RGB (Red+Green+Blue) = 174+49+70=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3146 is #51CEB9. Grayscale: #585858. Windows color (decimal): -5361338 or 4600238. OLE color: 4600238.

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

Color convert

RGB1744970-
CMYK00.720.600.32
HSL349.92º56.05%43.73%-
HSV(B)349.92º71.84%68.24%-
XYZ19.6611.647-
YUV88.77117.41188.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=59.39%
G=16.72%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174497000.720.600.32349.9256.0543.73
HexAE31460483C2015e382c
Octal25661106011074405367054
Binary10101110110001100011001001000111100100000101011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3146; }

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

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

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

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

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

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

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

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